Commit 232b3dce authored by marko's avatar marko

branches/zip: mtr_memo_contains(): Relax the assertion of r6800,

allowing mtr->state == MTR_COMMITTING.
parent 8766f62c
......@@ -151,7 +151,7 @@ mtr_memo_contains(
ut_ad(mtr);
ut_ad(mtr->magic_n == MTR_MAGIC_N);
ut_ad(mtr->state == MTR_ACTIVE);
ut_ad(mtr->state == MTR_ACTIVE || mtr->state == MTR_COMMITTING);
memo = &(mtr->memo);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment