• Monty's avatar
    MDEV-16986 Unitialized mutex, SIGSEGV and assorted assertion failures in Aria code · 3faed09d
    Monty authored
    This was introduced by two pointers I added to TRN
    as part of MDEV-16421 Make system tables crash safe
    
    - Added code to ensure that trn_prev is not pointing
      to wrong object
    - A lot of new asserts and more code comments
    - Simplified code in _ma_trnman_end_trans_hook()
      - New back link allowed me to remove a loop
    3faed09d
ma_trnman.h 2.88 KB