diff options
author | monty@hundin.mysql.fi <> | 2001-11-26 02:16:38 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-26 02:16:38 +0200 |
commit | 5738117970c8007fd9db6143e874e896ae913cfa (patch) | |
tree | 1f8e0f608f035ad5906f6ea2dbbb3006ea2703bd /mysql-test/r/bdb-deadlock.result | |
parent | a2a838f88769dea90a0ba5a7196057eec6ca8c11 (diff) | |
download | mariadb-git-5738117970c8007fd9db6143e874e896ae913cfa.tar.gz |
Fix race condition in ANALYZE TABLE.
Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables.
Diffstat (limited to 'mysql-test/r/bdb-deadlock.result')
-rw-r--r-- | mysql-test/r/bdb-deadlock.result | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/r/bdb-deadlock.result b/mysql-test/r/bdb-deadlock.result new file mode 100644 index 00000000000..89077d16980 --- /dev/null +++ b/mysql-test/r/bdb-deadlock.result @@ -0,0 +1,10 @@ +x +1 +id x +0 1 +id x +0 1 +id x +0 1 +id x +0 1 |