[MDEV-20543] Latching order violation during B-tree operations Created: 2019-09-10 Updated: 2019-11-22 Resolved: 2019-11-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2.2, 10.3.0, 10.4.0 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | upstream | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
It turns out that there are more causes to With the following patch (extracted from
My original work-around from |
| Comments |
| Comment by Marko Mäkelä [ 2019-09-10 ] |
|
I am afraid that we must address this bug before implementing This bug causes 2 crashes in mysql-test-run when the
|
| Comment by Marko Mäkelä [ 2019-09-10 ] |
|
This was also reported as MySQL Bug #96819. |
| Comment by Thirunarayanan Balathandayuthapani [ 2019-11-22 ] |
|
It is a false alarm issue. We should do lock the page in buf_page_get_gen() |