Merge lp:~laurynas-biveinis/percona-server/bug1235396 into lp:percona-server/5.6

Proposed by Laurynas Biveinis
Status: Merged
Approved by: Sergei Glushchenko
Approved revision: no longer in the source branch.
Merged at revision: 461
Proposed branch: lp:~laurynas-biveinis/percona-server/bug1235396
Merge into: lp:percona-server/5.6
Diff against target: 12 lines (+1/-1)
1 file modified
Percona-Server/storage/innobase/include/trx0rseg.h (+1/-1)
To merge this branch: bzr merge lp:~laurynas-biveinis/percona-server/bug1235396
Reviewer Review Type Date Requested Status
Sergei Glushchenko (community) g2 Approve
Review via email: mp+189462@code.launchpad.net

Description of the change

Fix bug 1235396 by converting the rseg mutex to mutex priority
framework.

http://jenkins.percona.com/job/percona-server-5.6-param/357/

To post a comment you must log in.
Revision history for this message
Sergei Glushchenko (sergei.glushchenko) wrote :

Approve

review: Approve (g2)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Percona-Server/storage/innobase/include/trx0rseg.h'
2--- Percona-Server/storage/innobase/include/trx0rseg.h 2013-08-06 15:16:34 +0000
3+++ Percona-Server/storage/innobase/include/trx0rseg.h 2013-10-05 10:46:49 +0000
4@@ -155,7 +155,7 @@
5 /*--------------------------------------------------------*/
6 ulint id; /*!< rollback segment id == the index of
7 its slot in the trx system file copy */
8- ib_mutex_t mutex; /*!< mutex protecting the fields in this
9+ ib_prio_mutex_t mutex; /*!< mutex protecting the fields in this
10 struct except id, which is constant */
11 ulint space; /*!< space where the rollback segment is
12 header is placed */

Subscribers

People subscribed via source and target branches