Commit dedade9f authored by inaam's avatar inaam

branches/innodb+

I have added some too strict assertions on Marko's suggestion in r3355.
This patch removes those assertions.

parent d81f8228
......@@ -429,11 +429,7 @@ buf_flush_relocate_on_flush_list(
ut_ad(buf_pool_mutex_own());
ut_ad(buf_page_in_file(bpage));
ut_ad(buf_page_in_file(dpage));
ut_ad(mutex_own(buf_page_get_mutex(bpage)));
ut_ad(buf_page_get_state(dpage) != BUF_BLOCK_FILE_PAGE
|| mutex_own(buf_page_get_mutex(dpage)));
ut_ad(bpage->in_flush_list);
ut_ad(dpage->in_flush_list);
......
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