Make sure it isn't part of a transaction upon destruction.
This commit is contained in:
parent
8cf89e5cd3
commit
7fef0374fe
@ -577,6 +577,8 @@ BPlusTree::~BPlusTree()
|
||||
iterator.Next()->Stop();
|
||||
|
||||
mutex_destroy(&fIteratorLock);
|
||||
|
||||
ASSERT(!fInTransaction);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user