diff options
| author | unknown <monty@donna.mysql.fi> | 2001-03-07 14:06:39 +0200 |
|---|---|---|
| committer | unknown <monty@donna.mysql.fi> | 2001-03-07 14:06:39 +0200 |
| commit | 78984a51f82cc6059c9c88769f2c478d308526b8 (patch) | |
| tree | 79b7da6c72627528a82824c0bb9412e8d4802f8e /support-files/mysql.spec.sh | |
| parent | 2ac020833ca4e18289d230a06be70a1ab5837f05 (diff) | |
| download | mariadb-git-78984a51f82cc6059c9c88769f2c478d308526b8.tar.gz | |
Removed duplicated index_init() calls that causes problems with BDB
tables.
Merged maxsql.spec with mysql.spec
mysql-test/r/innobase.result:
Almost up to date test results
mysql-test/t/innobase.test:
Added testing of error codes
sql-bench/test-insert.sh:
Added testing of key-only-read
sql/ha_berkeley.cc:
Added DBUG_PRINT
sql/sql_select.cc:
Removed duplicated index_init() calls
support-files/maxsql.spec.sh:
Merge with mysql.spec. Take into account that BDB and Innobase is
in the MySQL source tree
support-files/mysql.spec.sh:
Removed usage of innobase in standard RPM
Diffstat (limited to 'support-files/mysql.spec.sh')
| -rw-r--r-- | support-files/mysql.spec.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 52b26429048..7b3f75b6802 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -161,6 +161,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \ --includedir=/usr/include \ --mandir=/usr/man \ --without-berkeley-db \ + --without-innobase-db \ --with-comment=\"Official MySQL RPM\"; # Add this for more debugging support # --with-debug |
