[MDEV-6928] Add trx pointer to struct mtr_t Created: 2014-10-24 Updated: 2018-01-29 Resolved: 2014-10-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.0.14 |
| Fix Version/s: | 10.0.15 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | innodb, xtradb | ||
| Issue Links: |
|
||||||||
| Description |
|
commit 25295d003cb0c17aa8fb756523923c77250b3294 Add trx pointer to struct mtr_t Summary: This adds a pointer to the trx to each mtr. |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-10-24 ] |
|
revno: 4458 Merge Facebook commit 25295d003cb0c17aa8fb756523923c77250b3294 This adds a pointer to the trx to each mtr. |
| Comment by Marko Mäkelä [ 2018-01-29 ] |
|
I reverted this change, because apparently the "later" need never occurred. |