• Jan Lindström's avatar
    MDEV-25037 : SIGSEGV in MDL_lock::hog_lock_types_bitmap · 015fb54d
    Jan Lindström authored
    We should not call mdl_context.release_explicit_locks() in
    Wsrep_client_service::bf_rollback() if client is quiting because
    it will be done again in THD::cleanup().
    
    Note that problem with GET_LOCK() / RELEASE_LOCK() will be fixed
    on MDEV-30473.
    015fb54d
wsrep_client_service.cc 11.3 KB