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

Proposed by Vladimir Kolesnikov
Status: Merged
Merged at revision: 867
Proposed branch: lp:~vkolesnikov/pbxt/pbxt-preload-test-bug
Merge into: lp:pbxt
Diff against target: 24 lines (+3/-0)
2 files modified
ChangeLog (+2/-0)
src/lock_xt.cc (+1/-0)
To merge this branch: bzr merge lp:~vkolesnikov/pbxt/pbxt-preload-test-bug
Reviewer Review Type Date Requested Status
PBXT Core Pending
Review via email: mp+56803@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ChangeLog'
2--- ChangeLog 2010-12-10 12:45:07 +0000
3+++ ChangeLog 2011-04-07 16:27:33 +0000
4@@ -3,6 +3,8 @@
5
6 ------- 1.0.11-8 Pre-GA - Not released yet
7
8+RN340: Fixed preload.test bug
9+
10 RN339: Fixed bug #677868: SHOW TABLE STATUS reports unappropriate value Max_data_length
11
12 RN338: PBMS integration updated. configure --with-pbms, not builds PBXT with PBMS.
13
14=== modified file 'src/lock_xt.cc'
15--- src/lock_xt.cc 2010-05-06 12:18:50 +0000
16+++ src/lock_xt.cc 2011-04-07 16:27:33 +0000
17@@ -1424,6 +1424,7 @@
18 #endif
19 {
20 sxs->sxs_xlocked = 0;
21+ sxs->sxs_xwaiter = 0;
22 sxs->sxs_rlock_count = 0;
23 sxs->sxs_wait_count = 0;
24 #ifdef DEBUG

Subscribers

People subscribed via source and target branches