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
49b5c7a0
Commit
49b5c7a0
authored
Apr 26, 2004
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/space/my/mysql-4.1
into mysql.com:/space/my/mysql-4.1-build
parents
bcad4631
fc9a3392
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
BUILD/compile-pentium-max
BUILD/compile-pentium-max
+1
-1
include/mysql_embed.h
include/mysql_embed.h
+1
-0
libmysqld/Makefile.am
libmysqld/Makefile.am
+2
-2
No files found.
BUILD/compile-pentium-max
View file @
49b5c7a0
...
...
@@ -9,6 +9,6 @@ extra_configs="$pentium_configs"
extra_configs
=
"
$extra_configs
--with-innodb --with-berkeley-db
\
--with-embedded-server --enable-thread-safe-client
\
--with-openssl --with-vio --with-raid"
--with-openssl --with-vio --with-raid
--with-ndbcluster
"
.
"
$path
/FINISH.sh"
include/mysql_embed.h
View file @
49b5c7a0
...
...
@@ -26,6 +26,7 @@
#undef HAVE_OPENSSL
#undef HAVE_ISAM
#undef HAVE_SMEM
/* No shared memory */
#undef HAVE_NDBCLUSTER_DB
/* No NDB cluster */
#define DONT_USE_RAID
...
...
libmysqld/Makefile.am
View file @
49b5c7a0
...
...
@@ -26,7 +26,7 @@ DEFS = -DEMBEDDED_LIBRARY -DMYSQL_SERVER \
-DDEFAULT_MYSQL_HOME
=
"
\"
$(MYSQLBASEdir)
\"
"
\
-DDATADIR
=
"
\"
$(MYSQLDATAdir)
\"
"
\
-DSHAREDIR
=
"
\"
$(MYSQLSHAREdir)
\"
"
INCLUDES
=
@MT_INCLUDES@ @
ndbcluster_includes@ @
bdb_includes@
-I
$(top_srcdir)
/include
\
INCLUDES
=
@MT_INCLUDES@ @bdb_includes@
-I
$(top_srcdir)
/include
\
-I
$(top_srcdir)
/sql
-I
$(top_srcdir)
/regex
\
$(openssl_includes)
...
...
@@ -70,7 +70,7 @@ INC_LIB= $(top_builddir)/regex/libregex.a \
$(top_builddir)
/myisam/libmyisam.a
\
$(top_builddir)
/myisammrg/libmyisammrg.a
\
$(top_builddir)
/heap/libheap.a
\
@
ndbcluster_libs@ @
innodb_libs@ @bdb_libs_with_path@
\
@innodb_libs@ @bdb_libs_with_path@
\
$(top_builddir)
/mysys/libmysys.a
\
$(top_builddir)
/strings/libmystrings.a
\
$(top_builddir)
/dbug/libdbug.a
\
...
...
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