Merge lp:~vkolesnikov/maria/maria-pbxt-preload-test-bug into lp:maria/5.1

Proposed by Vladimir Kolesnikov
Status: Merged
Merged at revision: 3051
Proposed branch: lp:~vkolesnikov/maria/maria-pbxt-preload-test-bug
Merge into: lp:maria/5.1
Diff against target: 11 lines (+1/-0)
1 file modified
storage/pbxt/src/lock_xt.cc (+1/-0)
To merge this branch: bzr merge lp:~vkolesnikov/maria/maria-pbxt-preload-test-bug
Reviewer Review Type Date Requested Status
Maria-captains Pending
Review via email: mp+56970@code.launchpad.net

Description of the change

fixed the problem for the failing preload.test in pbxt suite

To post a comment you must log in.
Revision history for this message
Michael Widenius (monty) wrote :

Hi!

>>>>> "Vladimir" == Vladimir Kolesnikov <email address hidden> writes:

Vladimir> Vladimir Kolesnikov has proposed merging lp:~vkolesnikov/maria/maria-pbxt-preload-test-bug into lp:maria/5.1.
Vladimir> Requested reviews:
Vladimir> Maria-captains (maria-captains)

Vladimir> For more details, see:
Vladimir> https://code.launchpad.net/~vkolesnikov/maria/maria-pbxt-preload-test-bug/+merge/56970

Vladimir> fixed the problem for the failing preload.test in pbxt suite
Vladimir> --
Vladimir> https://code.launchpad.net/~vkolesnikov/maria/maria-pbxt-preload-test-bug/+merge/56970
Vladimir> Your team Maria-captains is requested to review the proposed merge of lp:~vkolesnikov/maria/maria-pbxt-preload-test-bug into lp:maria/5.1.

Thanks!

This has unfortunatly wait until after the MySQL conference.
I will however do my best to merge this as soon as I am back!

Regards,
Monty

Revision history for this message
Kristian Nielsen (knielsen) wrote :

Michael Widenius <email address hidden> writes:

>>>>>> "Vladimir" == Vladimir Kolesnikov <email address hidden> writes:
>
> Vladimir> Vladimir Kolesnikov has proposed merging lp:~vkolesnikov/maria/maria-pbxt-preload-test-bug into lp:maria/5.1.
> Vladimir> Requested reviews:
> Vladimir> Maria-captains (maria-captains)
>
> Vladimir> For more details, see:
> Vladimir> https://code.launchpad.net/~vkolesnikov/maria/maria-pbxt-preload-test-bug/+merge/56970
>
> Vladimir> fixed the problem for the failing preload.test in pbxt suite

> This has unfortunatly wait until after the MySQL conference.
> I will however do my best to merge this as soon as I am back!

I merged the patch into mariadb 5.1, thanks Vladimir!

 - Kristian.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'storage/pbxt/src/lock_xt.cc'
2--- storage/pbxt/src/lock_xt.cc 2011-02-23 09:22:56 +0000
3+++ storage/pbxt/src/lock_xt.cc 2011-04-08 15:29:29 +0000
4@@ -1424,6 +1424,7 @@
5 #endif
6 {
7 sxs->sxs_xlocked = 0;
8+ sxs->sxs_xwaiter = 0;
9 sxs->sxs_rlock_count = 0;
10 sxs->sxs_wait_count = 0;
11 #ifdef DEBUG

Subscribers

People subscribed via source and target branches