diff options
author | unknown <monty@hundin.mysql.fi> | 2001-09-08 20:45:53 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-09-08 20:45:53 +0300 |
commit | 851bea0e88c0148b87eda3b32d287ef3211b262f (patch) | |
tree | ace5d8956a44c55c16f2016294db718ae8fb43a1 /mysql-test/r/bdb.result | |
parent | 8e9c21de2ba0a41ba81ce14f0c5bbaa2187015b3 (diff) | |
download | mariadb-git-851bea0e88c0148b87eda3b32d287ef3211b262f.tar.gz |
Fix bugs when using LOCK TABLES with BDB tables
Optimized remove of key when using internal cursor in BDB tables.
mysql-test/r/bdb.result:
Test for LOCK bug
mysql-test/t/bdb.test:
Test for LOCK bug
sql/ha_berkeley.cc:
Fix bugs when using LOCK TABLES
Optimized remove of key when using internal cursor
sql/ha_berkeley.h:
Initilize of changed_rows
sql/lock.cc:
Fix for BDB tables
Diffstat (limited to 'mysql-test/r/bdb.result')
-rw-r--r-- | mysql-test/r/bdb.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/bdb.result b/mysql-test/r/bdb.result index 39b4962ef58..e66ca657484 100644 --- a/mysql-test/r/bdb.result +++ b/mysql-test/r/bdb.result @@ -524,3 +524,6 @@ a b a b a b 1 1 1 2 +id id2 id3 dummy1 +id id2 id3 dummy1 +NULL NULL NULL NULL |