[MDEV-30793] Error reported by the penultimate statement in a transaction is left over to COMMIT or ROLLBACK statements. Created: 2023-03-06 Updated: 2023-11-28 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.11.2, 10.7.8 |
| Fix Version/s: | 10.6, 10.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | John Jove | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | transactions | ||
| Environment: |
OS: Ubuntu-20.04 LTS |
||
| Description |
|
The error reported by the penultimate statement in a transaction is left over to COMMIT or ROLLBACK statements, and BEGIN statement of another transaction in the same session. 1. Test Case:
We expect that COMMIT statement and BEGIN statement in the test case will not report a warning. |