Merge branch 'keydbpro_collab' into multithread_load

Former-commit-id: ffd1225c007e3d1eaecb6b71e215d1e08364aa51
This commit is contained in:
John Sully 2021-06-01 22:31:52 +00:00
commit f09af75a20

View File

@ -140,5 +140,6 @@ size_t StorageCache::count() const
void StorageCache::beginWriteBatch() {
serverAssert(GlobalLocksAcquired()); // Otherwise we deadlock
m_lock.lock();
m_spstorage->beginWriteBatch();
}