summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-debug
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
commit1512a50ecc8ca757b432cb4745c5dbd27d031124 (patch)
treeadfe734044a91ce478c6039173a5c8f7fd9834b3 /BUILD/compile-pentium-debug
parent0b82193c6b9fa38874763c482fca574edf6e8cb7 (diff)
downloadmariadb-git-1512a50ecc8ca757b432cb4745c5dbd27d031124.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/compile-pentium-debug')
-rwxr-xr-xBUILD/compile-pentium-debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug b/BUILD/compile-pentium-debug
index 605d9d2abe6..2c5e867471b 100755
--- a/BUILD/compile-pentium-debug
+++ b/BUILD/compile-pentium-debug
@@ -13,6 +13,6 @@ if test -d /usr/local/BerkeleyDB-dbug/
then
extra_configs="$extra_configs --with-berkeley-db=/usr/local/BerkeleyDB-dbug/"
fi
-extra_configs="$extra_configs --with-innobase-db"
+extra_configs="$extra_configs --with-innobase"
. "$path/FINISH.sh"