diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-05-08 09:52:54 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-05-08 09:52:54 +0200 |
commit | bcfa90b471b4a04ba9eb9dccd88a41c8f72cd38a (patch) | |
tree | 936f2f6cb3a07a867bd8e7f51fdc4609abff1f82 /include/buf0flu.ic | |
parent | 086b54c281eaf5470b0424d926492d7ee25e4916 (diff) | |
download | mariadb-git-bcfa90b471b4a04ba9eb9dccd88a41c8f72cd38a.tar.gz |
Percona-Server-5.5.30-rel30.2.tar.gz
Diffstat (limited to 'include/buf0flu.ic')
-rw-r--r-- | include/buf0flu.ic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/buf0flu.ic b/include/buf0flu.ic index 30e2cc8efe8..8228c025d23 100644 --- a/include/buf0flu.ic +++ b/include/buf0flu.ic @@ -70,7 +70,7 @@ buf_flush_note_modification( ut_ad(!buf_pool_mutex_own(buf_pool)); ut_ad(!buf_flush_list_mutex_own(buf_pool)); - ut_ad(log_flush_order_mutex_own()); + ut_ad(!mtr->made_dirty || log_flush_order_mutex_own()); ut_ad(mtr->start_lsn != 0); ut_ad(mtr->modifications); |