• Thirunarayanan Balathandayuthapani's avatar
    MDEV-21563 FTS thread aborts during shutdown · 280bf178
    Thirunarayanan Balathandayuthapani authored
    Problem:
    =======
    After discarding the table, fts_optimize_thread aborts during shutdown.
    InnoDB fails to remove the table from fts_optimize_wq and it leads to
    the fts_optimize_thread to lookup for the auxiliary table and fails.
    
    Fix:
    ====
    While discarding the fts table, remove the table from fts_optimize_wq.
    280bf178
row0mysql.cc 154 KB