• Jan Lindström's avatar
    MDEV-8869: Potential lock_sys->mutex deadlock · f3e36246
    Jan Lindström authored
    Analysis: We are alreading holing lock_sys mutex when we call thd::awake.
    This could lead mutex deadlock if trx->current_lock_mutex_owner is not
    correctly set.
    
    Fix: Make sure that trx->current_lock_mutex_owner is correctly set.
    f3e36246
ha_innodb.cc 549 KB