mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
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
This commit is contained in:
parent
0b82193c6b
commit
1512a50ecc
8 changed files with 70 additions and 62 deletions
|
|
@ -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 <<EOF; exit 0 ;;
|
||||
Usage: $0 [-h|-n] [configure-options]
|
||||
-h, --help Show this help message.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue