Bug #47401 test drop fails in mysql-next-mr
Submitted: 17 Sep 2009 9:05 Modified: 22 Sep 2009 18:39
Reporter: Marc ALFF Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Tests Severity:S7 (Test Cases)
Version:5.4.3 OS:Any
Assigned to: CPU Architecture:Any

[17 Sep 2009 9:05] Marc ALFF
Description:
CURRENT_TEST: main.drop
--- /home/malff/BZR_TREE/mysql-next-mr/mysql-test/r/drop.result 2009-09-15 19:49:53.000000000
+0300
+++ /home/malff/BZR_TREE/mysql-next-mr/mysql-test/r/drop.reject 2009-09-17 12:04:32.000000000
+0300
@@ -93,6 +93,8 @@
 create table mysql_test.`#sql-347f_8` (f1 int);
 drop table mysql_test.`#sql-347f_8`;
 drop database mysql_test;
+Warnings:
+Error  6       Error on delete of './mysql_test/#sql-347f_6.MYI' (Errcode: 2)

 # --
 # -- Bug#29958: Weird message on DROP DATABASE if mysql.proc does not

mysqltest: Result content mismatch

How to repeat:
./mtr drop
[17 Sep 2009 10:50] Valeriy Kravchuk
Verified just as described with recent mysql-next-mr from bzr on Linux.
[22 Sep 2009 18:39] Alexander Nozdrin
Fixed by a follow-up patch for Bug#42364.
Closing as "Can't repeat".