mariadb/storage/innobase/ut
Thirunarayanan Balathandayuthapani a41d429765 MDEV-20621 FULLTEXT INDEX activity causes InnoDB hang
- 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
2019-10-25 16:27:41 +03:00
..
crc32_power8 MDEV-9699: power crc32: Per the PPC64 ABI, v20-v31 are non-volatile registers 2016-03-08 16:17:32 +11:00
ut0bh.cc Update FSF address 2019-05-11 19:25:02 +03:00
ut0byte.cc Update FSF address 2019-05-11 19:25:02 +03:00
ut0crc32.cc Fix PS-5388 (Enable hardware CRC32 under Valgrind) 2019-07-23 15:23:27 +03:00
ut0dbg.cc Update FSF address 2019-05-11 19:25:02 +03:00
ut0list.cc Update FSF address 2019-05-11 19:25:02 +03:00
ut0mem.cc Update FSF address 2019-05-11 19:25:02 +03:00
ut0rbt.cc Update FSF address 2019-05-11 19:25:02 +03:00
ut0rnd.cc Update FSF address 2019-05-11 19:25:02 +03:00
ut0ut.cc Remove the wrappers ut_time(), ut_difftime(), ib_time_t 2019-07-24 21:59:26 +03:00
ut0vec.cc Update FSF address 2019-05-11 19:25:02 +03:00
ut0wqueue.cc MDEV-20621 FULLTEXT INDEX activity causes InnoDB hang 2019-10-25 16:27:41 +03:00