summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-03-08 03:15:54 +0200
committerunknown <monty@donna.mysql.fi>2001-03-08 03:15:54 +0200
commit5861a96201e55cbbeb5d40ece4b95f71cc6b5c2d (patch)
treeadfe734044a91ce478c6039173a5c8f7fd9834b3 /Build-tools
parent7e5713934af0cb346118b1a241fb858c9ef39c81 (diff)
downloadmariadb-git-5861a96201e55cbbeb5d40ece4b95f71cc6b5c2d.tar.gz
Changed --with-innobase-db to --with-innobase
Updated manual about INNOBASE and BDB BUILD/SETUP.sh: Added --print as alias for --just-print BUILD/compile-pentium-debug: Changed --with-innobase-db to --with-innobase BUILD/compile-pentium: Changed --with-innobase-db to --with-innobase Build-tools/Do-all-build-steps: Changed --with-innobase-db to --with-innobase Docs/manual.texi: Added that BDB and INNBASE is included in the source distribution sql/mysqld.cc: Fixed typo support-files/maxsql.spec.sh: Changed --with-innobase-db to --with-innobase support-files/mysql.spec.sh: Changed --with-innobase-db to --with-innobase
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Do-all-build-steps2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps
index 7b4fbfc0a24..c3c0f4a6bf8 100755
--- a/Build-tools/Do-all-build-steps
+++ b/Build-tools/Do-all-build-steps
@@ -64,7 +64,7 @@ aclocal; autoheader; aclocal; automake; autoconf
--with-mit-threads=yes $EXTRA_CONFIG \
--enable-thread-safe-client \
--with-berkeley-db \
- --with-innobase-db
+ --with-innobase
gmake -j 2