• Marko Mäkelä's avatar
    10.2 follow-up to MDEV-13039 innodb_fast_shutdown=0 crash due premature purge... · 35248fed
    Marko Mäkelä authored
    10.2 follow-up to MDEV-13039 innodb_fast_shutdown=0 crash due premature purge shutdown before fts_optimize_shutdown()
    
    srv_start_state_t: Document the flags. Replace SRV_START_STATE_STAT
    with SRV_START_STATE_REDO. The srv_bg_undo_sources replaces the
    original use of SRV_START_STATE_STAT.
    
    dict_stats_thread_started, buf_dump_thread_started,
    buf_flush_page_cleaner_thread_started: Remove (unused).
    
    srv_shutdown_all_bg_threads(): Always wait for the I/O threads
    to exit, also in read-only mode.
    
    os_thread_free(): Remove.
    35248fed
os0thread.cc 6.3 KB