Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.6.0
-
None
Description
fts_optimize_callback() does encounter the message FTS_MSG_STOP and frees the
fts_slots. Again fts_optimize_callback() is being called due to timer initiated callback.
This problem exists in 10.6 due to the following commit:
commit 38fd7b7d9170369b16ff553f01669182e70bc9b5
|
Author: Marko Mäkelä <marko.makela@mariadb.com>
|
Date: Fri Dec 4 16:18:04 2020 +0200
|
|
MDEV-21452: Replace all direct use of os_event_t
|
|
InnoDB fts_optimize_callback() should detect whether the FTS_STOP_MSG has been processed.
Attachments
Issue Links
- is caused by
-
MDEV-21452 Use condition variables and normal mutexes instead of InnoDB os_event and mutex
- Closed