• Thirunarayanan Balathandayuthapani's avatar
    MDEV-16125 Shutdown crash when innodb_force_recovery >= 2 · fe95cb2e
    Thirunarayanan Balathandayuthapani authored
    Problem:
    =======
    InnoDB master thread encounters the shutdown state as SRV_SHUTDOWN_FLUSH_PHASE
    when innodb_force_recovery >=2 and slow scheduling of master thread during
    shutdown.
    
    Fix:
    ====
    There is no need for master thread itself if innodb_force_recovery >=2.
    Don't create the master thread if innodb_force_recovery >= 2
    fe95cb2e
srv0srv.cc 86.3 KB