summaryrefslogtreecommitdiff
path: root/Build-tools/Do-all-build-steps
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-04-13 16:21:38 +0300
committermonty@donna.mysql.fi <>2001-04-13 16:21:38 +0300
commitb897f84d74ef1d6a057837f8ba850826a2f5d3c2 (patch)
treed5bf5dce34ab694fbf5f6372332cd9a4226fe04c /Build-tools/Do-all-build-steps
parent46839ed2f225193b0aaa6386312fca90b1453bb5 (diff)
downloadmariadb-git-b897f84d74ef1d6a057837f8ba850826a2f5d3c2.tar.gz
Changes to get mysqld-max to compile
Diffstat (limited to 'Build-tools/Do-all-build-steps')
-rwxr-xr-xBuild-tools/Do-all-build-steps4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps
index c3c0f4a6bf8..ccd437a3b7e 100755
--- a/Build-tools/Do-all-build-steps
+++ b/Build-tools/Do-all-build-steps
@@ -56,7 +56,7 @@ aclocal; autoheader; aclocal; automake; autoconf
(cd bdb/dist && sh s_all)
(cd innobase && aclocal && autoheader && aclocal && automake && autoconf)
-# A normal user starts here. We must use mit-threads, bdb and innobase.
+# A normal user starts here. We must use mit-threads, bdb and innodb.
# Otherwise they do not end up in the distribution.
./configure \
--with-unix-socket-path=/var/tmp/mysql.sock \
@@ -64,7 +64,7 @@ aclocal; autoheader; aclocal; automake; autoconf
--with-mit-threads=yes $EXTRA_CONFIG \
--enable-thread-safe-client \
--with-berkeley-db \
- --with-innobase
+ --with-innodb
gmake -j 2