From 092834cd2cd90c73623c019eb030f25740843e81 Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Wed, 19 Jun 2019 17:42:37 +0400 Subject: 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 --- sql/sql_db.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_db.cc') diff --git a/sql/sql_db.cc b/sql/sql_db.cc index 62fbd4b8880..f070ff1222f 100644 --- a/sql/sql_db.cc +++ b/sql/sql_db.cc @@ -31,7 +31,7 @@ #include "sql_acl.h" // SELECT_ACL, DB_ACLS, // acl_get, check_grant_db #include "log_event.h" // Query_log_event -#include "sql_base.h" // lock_table_names, tdc_remove_table +#include "sql_base.h" // lock_table_names #include "sql_handler.h" // mysql_ha_rm_tables #include "sql_class.h" #include -- cgit v1.2.1