From c95980b7845b4295070be3271519dc3b844422c8 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 11 Jan 2015 16:08:36 +0100 Subject: Fixed turning read transactions into write transactions. --- common/storage_lmdb.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/storage_lmdb.cpp b/common/storage_lmdb.cpp index 42e3d33..ce271ad 100644 --- a/common/storage_lmdb.cpp +++ b/common/storage_lmdb.cpp @@ -160,6 +160,7 @@ bool Storage::startTransaction(AccessMode type) } d->firstOpen = false; + d->readTransaction = requestedRead; return !rc; } -- cgit v1.2.3