summaryrefslogtreecommitdiffstats
path: root/src/daemon/jsondbindexquery.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/jsondbindexquery.h')
-rw-r--r--src/daemon/jsondbindexquery.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/jsondbindexquery.h b/src/daemon/jsondbindexquery.h
index a5614c1..cc21517 100644
--- a/src/daemon/jsondbindexquery.h
+++ b/src/daemon/jsondbindexquery.h
@@ -109,6 +109,7 @@ protected:
JsonDbPartition *mPartition;
JsonDbObjectTable *mObjectTable;
JsonDbBtree *mBdbIndex;
+ bool isOwnTransaction;
JsonDbBtree::Transaction *mTxn;
JsonDbBtree::Cursor *mCursor;
const JsonDbOwner *mOwner;