• Sergey Vojtovich's avatar
    MDEV-18783 - Server crash in hp_rb_make_key · afb48787
    Sergey Vojtovich authored
    In debug build, whenever MEMORY table instance gets closed it performs
    consistency check without protection. It may cause server crash if
    executed concurrently with DML.
    
    Moved consistency check to ha_heap::external_lock(F_UNLCK), so that it
    is protected by THR_LOCK.
    afb48787
hp_close.c 1.38 KB