diff options
author | unknown <monty@donna.mysql.fi> | 2001-04-13 12:39:34 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-04-13 12:39:34 +0300 |
commit | 0948956b802845699f9868b1e2c6b61a74f36b8d (patch) | |
tree | fa1346a4b858344c1283c7f751d9a97ae77bd9f7 /support-files/mysql-max.spec.sh | |
parent | ab0338a3981143c8aabbaaf99c43f4275df22ad4 (diff) | |
parent | 3e6215d9d080c8f09499fe2693df085754f97d37 (diff) | |
download | mariadb-git-0948956b802845699f9868b1e2c6b61a74f36b8d.tar.gz |
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
Docs/manual.texi:
Auto merged
mysql-test/mysql-test-run.sh:
Auto merged
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'support-files/mysql-max.spec.sh')
-rw-r--r-- | support-files/mysql-max.spec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql-max.spec.sh b/support-files/mysql-max.spec.sh index 7e6f9eac480..8408b09c6ab 100644 --- a/support-files/mysql-max.spec.sh +++ b/support-files/mysql-max.spec.sh @@ -105,7 +105,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \ --includedir=/usr/include \ --mandir=/usr/man \ --with-berkeley-db \ - --with-innobase \ + --with-innodb \ --with-comment=\"Official MySQL-Max RPM\"; # Add this for more debugging support # --with-debug |