Skip to content

Commit 881027a

Browse files
committed
Remove assertion from ~LockedPageManager
This assertion will occur any time that the client quits without shutting down properly due to an error condition. As the user will report this error instead of the error that was the root cause, it is better to remove it.
1 parent b4c219b commit 881027a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/support/pagelocker.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class LockedPageManagerBase
3737

3838
~LockedPageManagerBase()
3939
{
40-
assert(this->GetLockedPageCount() == 0);
4140
}
4241

4342

0 commit comments

Comments
 (0)