Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
379ca816
Commit
379ca816
authored
Feb 22, 2006
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
parents
3de74e62
5d0187f0
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
9 deletions
+14
-9
VC++Files/libmysqld/libmysqld.vcproj
VC++Files/libmysqld/libmysqld.vcproj
+1
-1
mysql-test/ndb/Makefile.am
mysql-test/ndb/Makefile.am
+2
-0
plugin/fulltext/Makefile.am
plugin/fulltext/Makefile.am
+1
-1
storage/archive/Makefile.am
storage/archive/Makefile.am
+4
-3
storage/csv/Makefile.am
storage/csv/Makefile.am
+2
-1
storage/heap/Makefile.am
storage/heap/Makefile.am
+4
-3
No files found.
VC++Files/libmysqld/libmysqld.vcproj
View file @
379ca816
...
...
@@ -157,7 +157,7 @@
InlineFunctionExpansion=
"1"
OptimizeForProcessor=
"2"
AdditionalIncludeDirectories=
"../include,../libmysqld,../sql,../regex,../extra/yassl/include,../storage/bdb/build_win32,../zlib"
PreprocessorDefinitions=
"WIN32;_WINDOWS;_MBCS;NDEBUG;DBUG_OFF;USE_SYMDIR;SIGNAL_WITH_VIO_CLOSE;HAVE_DLOPEN;EMBEDDED_LIBRARY;MYSQL_SERVER;HAVE_INNOBASE_DB;WITH_INNOBASE_STORAGE_ENGINE;USE_TLS;__WIN__"
/>
PreprocessorDefinitions=
"WIN32;_WINDOWS;_MBCS;NDEBUG;DBUG_OFF;USE_SYMDIR;SIGNAL_WITH_VIO_CLOSE;HAVE_DLOPEN;EMBEDDED_LIBRARY;MYSQL_SERVER;HAVE_INNOBASE_DB;WITH_INNOBASE_STORAGE_ENGINE;USE_TLS;__WIN__"
StringPooling=
"TRUE"
RuntimeLibrary=
"0"
EnableFunctionLevelLinking=
"TRUE"
...
...
mysql-test/ndb/Makefile.am
View file @
379ca816
BUILT_SOURCES
=
ndbcluster
benchdir_root
=
$(prefix)
testdir
=
$(benchdir_root)
/mysql-test/ndb
...
...
plugin/fulltext/Makefile.am
View file @
379ca816
INCLUDES
=
-I
$(top_builddir)
/include
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
noinst_LTLIBRARIES
=
mypluglib.la
mypluglib_la_SOURCES
=
plugin_example.c
mypluglib_la_LDFLAGS
=
-module
-rpath
$(pkglibdir)
storage/archive/Makefile.am
View file @
379ca816
...
...
@@ -17,9 +17,10 @@
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
\
@ZLIB_INCLUDES@
LDADD
=
libarchive.a
$(top_srcdir)
/mysys/libmysys.a
\
$(top_srcdir)
/dbug/libdbug.a
\
$(top_srcdir)
/strings/libmystrings.a
\
LDADD
=
libarchive.a
\
$(top_builddir)
/mysys/libmysys.a
\
$(top_builddir)
/dbug/libdbug.a
\
$(top_builddir)
/strings/libmystrings.a
\
@ZLIB_LIBS@
pkglib_LIBRARIES
=
libarchive.a
noinst_PROGRAMS
=
archive_test
...
...
storage/csv/Makefile.am
View file @
379ca816
...
...
@@ -20,7 +20,8 @@ MYSQLDATAdir = $(localstatedir)
MYSQLSHAREdir
=
$(pkgdatadir)
MYSQLBASEdir
=
$(prefix)
MYSQLLIBdir
=
$(pkglibdir)
INCLUDES
=
-I
$(top_srcdir)
/include
\
INCLUDES
=
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/include
\
-I
$(top_srcdir)
/regex
\
-I
$(top_srcdir)
/sql
\
-I
$(srcdir)
...
...
storage/heap/Makefile.am
View file @
379ca816
...
...
@@ -15,9 +15,10 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
LDADD
=
libheap.a
$(top_srcdir)
/mysys/libmysys.a
\
$(top_srcdir)
/dbug/libdbug.a
\
$(top_srcdir)
/strings/libmystrings.a
LDADD
=
libheap.a
\
$(top_builddir)
/mysys/libmysys.a
\
$(top_builddir)
/dbug/libdbug.a
\
$(top_builddir)
/strings/libmystrings.a
pkglib_LIBRARIES
=
libheap.a
noinst_PROGRAMS
=
hp_test1 hp_test2
hp_test1_LDFLAGS
=
@NOINST_LDFLAGS@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment