Browse Source

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.
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
881027a79d
  1. 1
      src/support/pagelocker.h

1
src/support/pagelocker.h

@ -37,7 +37,6 @@ public: @@ -37,7 +37,6 @@ public:
~LockedPageManagerBase()
{
assert(this->GetLockedPageCount() == 0);
}

Loading…
Cancel
Save