• Marko Mäkelä's avatar
    MDEV-9282 follow-up: Remove an unused variable. · 7331b83e
    Marko Mäkelä authored
    Remove the unused variable innodb_calling_exit which was added
    in MySQL 5.7 in an attempt to avoid failures in other threads when
    an I/O thread calls exit().
    
    Since MDEV-9282, InnoDB or XtraDB MariaDB Server is not calling
    exit() at all, and the variable innodb_calling_exit was never set.
    7331b83e
ib0mutex.h 17.8 KB