[MDEV-26671] Inconsistent SELECT View when modify a record added by another transaction Created: 2021-09-24 Updated: 2021-11-01 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.5.12 |
| Fix Version/s: | 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | dinary | Assignee: | Marko Mäkelä |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | innodb | ||
| Environment: |
OS: Ubuntu-20.04 |
||
| Issue Links: |
|
||||||||||||
| Description |
|
If a transaction modifies an inserted record by a concurrent transaction, This issue is similar to the issue reported in https://jira.mariadb.org/browse/MDEV-26643 but the trigger conditions and behaviors of them are different. How to repeat:
|
| Comments |
| Comment by Marko Mäkelä [ 2021-11-01 ] |
|
I suspect that the root cause of this the way how InnoDB read views work. I posted some explanation and executable test cases in MDEV-26642. |