Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
MDEV-23856 fts_optimize_wq accessed after shutdown of FTS Optimize th…
…read In fts_optimize_remove_table(), InnoDB tries to access the fts_optimize_wq after shutting down the fts optimize thread. This issue caused by the commit a41d429. Fix should check for fts optimize thread shutdown state before checking fts_optimize_wq.
- Loading branch information