diff options
author | unknown <monty@donna.mysql.com> | 2001-01-02 00:27:08 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2001-01-02 00:27:08 +0200 |
commit | 170736f88607d53e818bf73d6d40309f7d96b1b6 (patch) | |
tree | ad69c7c5b1ebe3a109f863f979e2c6b9ceb041c7 /mysql-test/r/bdb.result | |
parent | 189509c623d09692e7bda2e998f5fbd9215f9ab3 (diff) | |
download | mariadb-git-170736f88607d53e818bf73d6d40309f7d96b1b6.tar.gz |
Fixed bug when opening BDB tables twice
Build-tools/Do-all-build-steps:
Create the result directory
Docs/manual.texi:
More explanation about mysql_install_db
mysql-test/mysql-test-run.sh:
Add --core option
mysql-test/r/bdb.result:
Test of opening tables twice
mysql-test/t/bdb.test:
Test of opening tables twice
sql/ha_berkeley.cc:
Fixed bug when table is in use
sql/ha_berkeley.h:
Fixed bug when table is in use
Diffstat (limited to 'mysql-test/r/bdb.result')
-rw-r--r-- | mysql-test/r/bdb.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/bdb.result b/mysql-test/r/bdb.result index 3d5bf5f0edb..b008413dd7e 100644 --- a/mysql-test/r/bdb.result +++ b/mysql-test/r/bdb.result @@ -402,3 +402,7 @@ id parent_id level 1180 105 2 count(*) 1 +a +1 +2 +3 |