From 1512a50ecc8ca757b432cb4745c5dbd27d031124 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 8 Mar 2001 03:15:54 +0200 Subject: [PATCH] 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 --- BUILD/SETUP.sh | 2 +- BUILD/compile-pentium | 2 +- BUILD/compile-pentium-debug | 2 +- Build-tools/Do-all-build-steps | 2 +- Docs/manual.texi | 118 ++++++++++++++++++--------------- sql/mysqld.cc | 2 +- support-files/maxsql.spec.sh | 2 +- support-files/mysql.spec.sh | 2 +- 8 files changed, 70 insertions(+), 62 deletions(-) diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 7e0810dfd1c..5be7942e935 100644 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -10,7 +10,7 @@ while test $# -gt 0 do case "$1" in -c | --just-configure ) just_configure=1; shift ;; - -n | --just-print ) nonono=1; shift ;; + -n | --just-print | --print ) nonono=1; shift ;; -h | --help ) cat <