mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
a41d429765
- fts_optimize_thread() uses dict_table_t object instead of table id. So that it doesn't acquire dict_sys->mutex. It leads to remove the hang of dict_sys->mutex between fts_optimize_thread() and other threads. - in_queue to indicate whether the table is in fts_optimize_queue. It is protected by fts_optimize_wq->mutex to avoid any race condition. - fts_optimize_init() adds the fts table to the fts_optimize_wq |
||
---|---|---|
.. | ||
crc32_power8 | ||
ut0bh.cc | ||
ut0byte.cc | ||
ut0crc32.cc | ||
ut0dbg.cc | ||
ut0list.cc | ||
ut0mem.cc | ||
ut0rbt.cc | ||
ut0rnd.cc | ||
ut0ut.cc | ||
ut0vec.cc | ||
ut0wqueue.cc |