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 | 9b8ddd1a6d0afc8ab9fa3d0f808b53781b9bab1f (patch) | |
tree | 79b7da6c72627528a82824c0bb9412e8d4802f8e /support-files/mysql.spec.sh | |
parent | 6068405ca64ea9ee5fef22d2133cc374639a1407 (diff) | |
download | mariadb-git-9b8ddd1a6d0afc8ab9fa3d0f808b53781b9bab1f.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 |