mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Generate warning in ha_delete_table() if files is missing in handler
This commit is contained in:
@@ -9,7 +9,7 @@ source include/master-slave.inc;
|
||||
create table t1 (a int) engine=myisam;
|
||||
flush tables;
|
||||
system rm ./var/master-data/test/t1.MYI ;
|
||||
drop table t1;
|
||||
drop table if exists t1;
|
||||
save_master_pos;
|
||||
connection slave;
|
||||
sync_with_master;
|
||||
|
||||
Reference in New Issue
Block a user