From 6165e984269286061916f50610bd6805a72456c9 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 26 Nov 2001 02:16:38 +0200 Subject: Fix race condition in ANALYZE TABLE. Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables. Docs/manual.texi: Cleanup configure.in: Version number change mysql-test/t/backup.test: drop used tables mysql-test/t/bdb-crash.test: cleanup mysys/thr_lock.c: cleanup sql/mysqld.cc: safety fix sql/records.cc: Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables. sql/sql_table.cc: Fix race condition in ANALYZE TABLE. --- mysql-test/t/backup.test | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/t/backup.test') 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; -- cgit v1.2.1