Make sure it isn't part of a transaction upon destruction.

This commit is contained in:
Axel Dörfler
2012-04-01 11:30:58 +02:00
parent 8cf89e5cd3
commit 7fef0374fe
@@ -577,6 +577,8 @@ BPlusTree::~BPlusTree()
iterator.Next()->Stop();
mutex_destroy(&fIteratorLock);
ASSERT(!fInTransaction);
}