mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
d1abb67511
|
@ -212,8 +212,10 @@ namespace triagens {
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
static void setNumbers (int numberInScope, int numberActive) {
|
||||
#ifdef TRI_ENABLE_MAINTAINER_MODE
|
||||
_numberTrxInScope = numberInScope;
|
||||
_numberTrxActive = numberActive;
|
||||
#endif
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue