• Jan Lindström's avatar
    Fix InnoDB: Assertion failure in thread 2868898624 in file buf0lru.c line 1000 · 8ae26740
    Jan Lindström authored
    InnoDB: Failing assertion: mutex_own(&buf_pool->LRU_list_mutex)
    
    and
    
    InnoDB: Assertion failure in thread 2868898624 in file buf0lru.c line 1077
    InnoDB: Failing assertion: mutex_own(&buf_pool->LRU_list_mutex)
    
    Analysis: Function buf_LRU_free_block might release LRU_list_mutex on
    same cases to avoid mutex order problems, we need to take it back 
    before accessing list. 
    8ae26740
buf0lru.c 89.3 KB