From 851bea0e88c0148b87eda3b32d287ef3211b262f Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 8 Sep 2001 20:45:53 +0300 Subject: 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 --- mysql-test/r/bdb.result | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/r') 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 -- cgit v1.2.1 From 8cfd4949c2725431d78605d30c1138c4d42ab4d2 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 10 Sep 2001 17:30:29 -0600 Subject: fixed IDENTITY crisis --- mysql-test/r/identity.result | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mysql-test/r/identity.result (limited to 'mysql-test/r') diff --git a/mysql-test/r/identity.result b/mysql-test/r/identity.result new file mode 100644 index 00000000000..45968248d26 --- /dev/null +++ b/mysql-test/r/identity.result @@ -0,0 +1,4 @@ +last_insert_id(345) +345 +@@IDENTITY last_insert_id() +345 345 -- cgit v1.2.1