diff options
author | monty@donna.mysql.fi <> | 2001-03-08 03:15:54 +0200 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-03-08 03:15:54 +0200 |
commit | cb3dfd8252411fe1385129219cfb600c9e8897bb (patch) | |
tree | adfe734044a91ce478c6039173a5c8f7fd9834b3 /support-files | |
parent | ce7181c8392897b794bd4f4eba8f137f2a6f656d (diff) | |
download | mariadb-git-cb3dfd8252411fe1385129219cfb600c9e8897bb.tar.gz |
Changed --with-innobase-db to --with-innobase
Updated manual about INNOBASE and BDB
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/maxsql.spec.sh | 2 | ||||
-rw-r--r-- | support-files/mysql.spec.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support-files/maxsql.spec.sh b/support-files/maxsql.spec.sh index 9c3e3440509..e8dc2bf4d67 100644 --- a/support-files/maxsql.spec.sh +++ b/support-files/maxsql.spec.sh @@ -162,7 +162,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \ --includedir=/usr/include \ --mandir=/usr/man \ --with-berkeley-db \ - --with-innobase-db \ + --with-innobase \ --with-comment=\"Official MySQL-Max RPM\"; # Add this for more debugging support # --with-debug diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 7b3f75b6802..80b811e366d 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -161,7 +161,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \ --includedir=/usr/include \ --mandir=/usr/man \ --without-berkeley-db \ - --without-innobase-db \ + --without-innobase \ --with-comment=\"Official MySQL RPM\"; # Add this for more debugging support # --with-debug |