|
|
|
@ -14,7 +14,7 @@ set debug_sync='mi_open_datafile SIGNAL ok WAIT_FOR go'; |
|
|
|
select * from t1; |
|
|
|
set debug_sync='now WAIT_FOR ok'; |
|
|
|
set debug_sync='now SIGNAL go'; |
|
|
|
ERROR HY000: File 'MYSQLTEST_VARDIR/tmp/foo/t1.MAD' not found (Errcode: 20 "Not a directory") |
|
|
|
ERROR HY000: File 'MYSQLTEST_VARDIR/tmp/foo/t1.MAD' not found (Errcode: 20 <errmsg>) |
|
|
|
flush tables; |
|
|
|
drop table if exists t1; |
|
|
|
create table t1 (a int, b char(16), index (a)) |
|
|
|
@ -32,7 +32,7 @@ set debug_sync='mi_open_kfile SIGNAL waiting WAIT_FOR run'; |
|
|
|
select a from t1; |
|
|
|
set debug_sync='now WAIT_FOR waiting'; |
|
|
|
set debug_sync='now SIGNAL run'; |
|
|
|
ERROR HY000: Can't find file: './test/t1.MAI' (errno: 20 "Not a directory") |
|
|
|
ERROR HY000: Can't find file: './test/t1.MAI' (errno: 20 <errmsg>) |
|
|
|
flush tables; |
|
|
|
drop table if exists t1; |
|
|
|
drop table mysql.t1; |
|
|
|
|