[MDEV-32951] Move duplicates from trx_t to cursor Created: 2023-12-05 Updated: 2024-01-29 |
|
| Status: | In Progress |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.5, 10.6, 10.8, 10.9, 10.10, 10.11, 11.0, 11.1, 11.2, 11.3, 11.4 |
| Fix Version/s: | 10.5, 10.6, 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Vladislav Lesin | Assignee: | Vladislav Lesin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
CREATE TABLE ... REPLACE SELECT ... set flag on trx object The root cause is that flags were stored on trx object, instead See also the following commit in MySQL:
|