• marko's avatar
    branches/zip: Note that buf_page_t::list and buf_page_t::in_flush_list · da366141
    marko authored
    are only protected by buf_pool_mutex, not by the block mutex.
    
    buf_page_release(): Remove the assertion on in_flush_list.
    The function is only holding block->mutex, not buf_pool_mutex.
    This was reported by Sunny.  This was the only piece of code
    that accessed in_flush_list while not holding buf_pool_mutex.
    da366141
buf0buf.h 51.2 KB