Merge lp:~zorba-coders/zorba/store-shutdown-set-numusers-zero into lp:zorba

Proposed by Ghislain Fourny
Status: Merged
Approved by: Till Westmann
Approved revision: 10726
Merged at revision: 10726
Proposed branch: lp:~zorba-coders/zorba/store-shutdown-set-numusers-zero
Merge into: lp:zorba
Diff against target: 14 lines (+3/-1)
1 file modified
src/store/naive/simple_store.cpp (+3/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/store-shutdown-set-numusers-zero
Reviewer Review Type Date Requested Status
Till Westmann Approve
Matthias Brantner Approve
Review via email: mp+98409@code.launchpad.net

Commit message

Setting number of users to zero also in case of forced shutdown.

Description of the change

Setting number of users to zero also in case of forced shutdown.

To post a comment you must log in.
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job store-shutdown-set-numusers-zero-2012-03-20T13-40-05.668Z is finished. The final status was:

All tests succeeded!

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, Needs Fixing < 1, Pending < 1. Got: 2 Pending.

Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Till Westmann (tillw) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job store-shutdown-set-numusers-zero-2012-03-20T15-23-02.437Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/store/naive/simple_store.cpp'
2--- src/store/naive/simple_store.cpp 2012-03-14 15:28:15 +0000
3+++ src/store/naive/simple_store.cpp 2012-03-20 13:39:19 +0000
4@@ -376,7 +376,9 @@
5 // LIBXML_TEST_VERSION if he wants to use libxml2
6 // beyond the lifecycle of zorba
7 xmlCleanupParser();
8-
9+
10+ theNumUsers = 0;
11+
12 StoreManagerImpl::theStore = NULL;
13 }
14 }

Subscribers

People subscribed via source and target branches