mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
simplify test case
This commit is contained in:
@ -2278,8 +2278,6 @@ int mysql_rm_table_no_locks(THD *thd, TABLE_LIST *tables, bool if_exists,
|
||||
}
|
||||
}
|
||||
DEBUG_SYNC(thd, "rm_table_no_locks_before_delete_table");
|
||||
DBUG_EXECUTE_IF("sleep_before_no_locks_delete_table",
|
||||
my_sleep(100000););
|
||||
error= 0;
|
||||
if (drop_temporary ||
|
||||
((access(path, F_OK) &&
|
||||
|
Reference in New Issue
Block a user