------------------------------------------------------------
revno: 8734
committer: [email protected]
branch nick: mysql-trunk
timestamp: Fri 2014-08-29 10:15:45 +0800
message:
Commit the missing test case result file for WL#6835.
------------------------------------------------------------
revno: 8732 [merge]
committer: Sunny Bains <[email protected]>
branch nick: trunk
timestamp: Fri 2014-08-29 10:24:18 +1000
message:
WL#6835 - InnoDB: GCS Replication: Deterministic Deadlock Handling (High Prio Transactions in InnoDB)
Introduce transaction priority. Transactions with a higher priority cannot
be rolled back by transactions with a lower priority. A higher priority
transaction will jump the lock wait queue and grab the record lock instead
of waiting.
This code is not currently visible to the users. However, there are debug
tests that can exercise the code. It will probably require some additional
work once it is used by GCS.
rb#6036 Approved by Jimmy Yang.