[MDEV-24637] fts_slots is being accessed after it gets freed. Created: 2021-01-21 Updated: 2021-01-25 Resolved: 2021-01-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.6.0 |
| Fix Version/s: | 10.6.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Thirunarayanan Balathandayuthapani | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
fts_optimize_callback() does encounter the message FTS_MSG_STOP and frees the
InnoDB fts_optimize_callback() should detect whether the FTS_STOP_MSG has been processed. |
| Comments |
| Comment by Marko Mäkelä [ 2021-01-21 ] |
|
Thank you. It looks OK to me. |