• marko's avatar
    branches/zip: btr_search_validate(): Fix a bogus UNIV_DEBUG · 938c8ee6
    marko authored
    assertion failure that was accidentally introduced in r4036.
    Instead of calling buf_block_get_frame(), which asserts that the
    block must be buffer-fixed, access block->frame directly.  That
    is safe, because changes of block->page.state are protected by
    the buffer pool mutex, which we are holding.
    
    This bug was reported by Michael.
    938c8ee6
univ.i 13.5 KB