summaryrefslogtreecommitdiff
path: root/mysql-test/t/backup.test
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-11-26 02:16:38 +0200
committermonty@hundin.mysql.fi <>2001-11-26 02:16:38 +0200
commit5738117970c8007fd9db6143e874e896ae913cfa (patch)
tree1f8e0f608f035ad5906f6ea2dbbb3006ea2703bd /mysql-test/t/backup.test
parenta2a838f88769dea90a0ba5a7196057eec6ca8c11 (diff)
downloadmariadb-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/t/backup.test')
-rw-r--r--mysql-test/t/backup.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/backup.test b/mysql-test/t/backup.test
index 43ea6fd19ad..71343783d69 100644
--- a/mysql-test/t/backup.test
+++ b/mysql-test/t/backup.test
@@ -39,6 +39,7 @@ reap;
unlock tables;
connection con1;
reap;
+drop table t1;