[MDEV-22765] Race condition in i_s_fts_index_cache_fill_one_index() Created: 2020-06-01 Updated: 2021-01-19 Resolved: 2020-07-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Full-text Search, Storage Engine - InnoDB |
| Affects Version/s: | 10.0, 10.1, 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.1.46, 10.2.33, 10.3.24, 10.4.14, 10.5.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Thirunarayanan Balathandayuthapani | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | corruption, race, upstream | ||
| Description |
|
This issue is an upstream bug of mysql#99458. |
| Comments |
| Comment by Marko Mäkelä [ 2020-07-13 ] |
|
Could we use an S-latch instead of X-latch? And can we avoid holding dict_operation_lock? |