1
0
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:
monty@mysql.com
2005-02-21 20:41:48 +02:00
parent 4feff48d9d
commit f5acf0be01
8 changed files with 108 additions and 26 deletions

View File

@@ -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;