Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 10.0.14
-
Fix Version/s: 10.0.15
-
Component/s: Storage Engine - InnoDB, Storage Engine - XtraDB
Description
commit 25295d003cb0c17aa8fb756523923c77250b3294
Author: Steaphan Greene <steaphan@fb.com>
Date: Sun Mar 23 22:13:27 2014 -0700
Add trx pointer to struct mtr_t
Summary:
Feature: Basic Code Changes
This adds a pointer to the trx to each mtr.
This allows the trx to be accessed in parts of the code
where it was otherwise not available.
Gliffy Diagrams
Attachments
Issue Links
- is part of
-
MDEV-6039 WebScaleSQL patches
-
- Closed
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
revno: 4458
committer: Jan Lindström <jplindst@mariadb.org>
branch nick: 10.0-innodb
timestamp: Fri 2014-10-24 22:26:31 +0300
message:
MDEV-6928: Add trx pointer to struct mtr_tMerge Facebook commit 25295d003cb0c17aa8fb756523923c77250b3294
authored by Steaphan Greene from https://github.com/facebook/mysql-5.6
This adds a pointer to the trx to each mtr.
This allows the trx to be accessed in parts of the code
where it was otherwise not available. This is needed later.