[MDEV-15143] InnoDB: Rollback of trx with id 0 completed Created: 2018-01-31 Updated: 2018-01-31 Resolved: 2018-01-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2.2, 10.3.0 |
| Fix Version/s: | 10.2.13, 10.3.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | recovery | ||
| Issue Links: |
|
||||||||
| Description |
|
This bug came up in the
The reason is that the trx->id would be reset at transaction commit. |
| Comments |
| Comment by Marko Mäkelä [ 2018-01-31 ] | ||||
|
While fixing this, I changed the message format:
Yes, we do output transaction identifiers in hexadecimal in some places, but not in the related Trx id counter message above. |