1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel

This commit is contained in:
scottashton 2014-07-01 09:12:16 +02:00
commit d1abb67511
1 changed files with 2 additions and 0 deletions

View File

@ -212,8 +212,10 @@ namespace triagens {
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
static void setNumbers (int numberInScope, int numberActive) { static void setNumbers (int numberInScope, int numberActive) {
#ifdef TRI_ENABLE_MAINTAINER_MODE
_numberTrxInScope = numberInScope; _numberTrxInScope = numberInScope;
_numberTrxActive = numberActive; _numberTrxActive = numberActive;
#endif
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////