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
=== modified file 'ChangeLog'
--- ChangeLog 2010-12-10 12:45:07 +0000
+++ ChangeLog 2011-04-07 16:27:33 +0000
@@ -3,6 +3,8 @@
33
4------- 1.0.11-8 Pre-GA - Not released yet4------- 1.0.11-8 Pre-GA - Not released yet
55
6RN340: Fixed preload.test bug
7
6RN339: Fixed bug #677868: SHOW TABLE STATUS reports unappropriate value Max_data_length8RN339: Fixed bug #677868: SHOW TABLE STATUS reports unappropriate value Max_data_length
79
8RN338: PBMS integration updated. configure --with-pbms, not builds PBXT with PBMS.10RN338: PBMS integration updated. configure --with-pbms, not builds PBXT with PBMS.
911
=== modified file 'src/lock_xt.cc'
--- src/lock_xt.cc 2010-05-06 12:18:50 +0000
+++ src/lock_xt.cc 2011-04-07 16:27:33 +0000
@@ -1424,6 +1424,7 @@
1424#endif1424#endif
1425{1425{
1426 sxs->sxs_xlocked = 0;1426 sxs->sxs_xlocked = 0;
1427 sxs->sxs_xwaiter = 0;
1427 sxs->sxs_rlock_count = 0;1428 sxs->sxs_rlock_count = 0;
1428 sxs->sxs_wait_count = 0;1429 sxs->sxs_wait_count = 0;
1429#ifdef DEBUG1430#ifdef DEBUG

Subscribers

People subscribed via source and target branches