mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Applying InnoDB snapshot
Detailed revision comments: r6801 | marko | 2010-03-11 13:34:28 +0200 (Thu, 11 Mar 2010) | 2 lines branches/zip: mtr_memo_contains(): Relax the assertion of r6800, allowing mtr->state == MTR_COMMITTING.
This commit is contained in:
parent
edba051bee
commit
15568b946e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue