• Sergey Vojtovich's avatar
    Removed kill_delayed_threads_for_table() · 092834cd
    Sergey Vojtovich authored
    After 7fb9d649 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
    092834cd
table_cache.cc 37 KB