Comment 1 for bug 1046389

Revision history for this message
zhai weixiang (zhaiwx1987) wrote :

Hi, I've directly port this patch to our branch(based on Percona-Server-5.5.18) , and observed an assert failure caused by this line :

28 + ulint page_no = buf_block_get_page_no(block);

#6 0x00000000009f28d6 in buf_block_get_page_no (block=0x2b88c3195b50) at /u01/mysqltest/source/Percona-Server-5.5.18/storage/innobase/include/buf0buf.ic:727
727 ut_a(buf_block_get_state(block) == BUF_BLOCK_FILE_PAGE);
(gdb) p block->page.state
$5 = 3

any advise ?