mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Removed kill_delayed_threads_for_table()
After 7fb9d64
it is used only by ALTER/DROP SERVER, which most probably
wasn't intentional as Federated never supported delayed inserts anyway.
If delayed inserts will ever become an issue with ALTER/DROP SERVER, we
should kill them by acquiring X-lock instead.
Part of MDEV-17882 - Cleanup refresh version
This commit is contained in:
@ -287,7 +287,7 @@ do_rename(THD *thd, TABLE_LIST *ren_table, const LEX_CSTRING *new_db,
|
||||
{
|
||||
DBUG_ASSERT(!thd->locked_tables_mode);
|
||||
tdc_remove_table(thd, TDC_RT_REMOVE_ALL,
|
||||
ren_table->db.str, ren_table->table_name.str, false);
|
||||
ren_table->db.str, ren_table->table_name.str);
|
||||
|
||||
if (hton != view_pseudo_hton)
|
||||
{
|
||||
|
Reference in New Issue
Block a user