From 881027a79d25a13875e1ed784c827811e53ba432 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Fri, 15 May 2015 11:44:58 +0200 Subject: 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. --- src/support/pagelocker.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/support/pagelocker.h b/src/support/pagelocker.h index 3fd793072f..88b95cce73 100644 --- a/src/support/pagelocker.h +++ b/src/support/pagelocker.h @@ -37,7 +37,6 @@ public: ~LockedPageManagerBase() { - assert(this->GetLockedPageCount() == 0); } -- cgit v1.2.3