• Aleksey Midenkov's avatar
    MDEV-18603 Debug option to disable InnoDB monitor threads · a4cd91c5
    Aleksey Midenkov authored
    If --debug=d,innodb_skip_monitors is specified, skip the creation
    of srv_error_monitor_thread and srv_monitor_thread. In this way,
    interactive debugging sessions will not be interfered by messages
    about a mutex or rw_lock being held for a long time.
    
    Closes #1192
    a4cd91c5
srv0start.cc 74.1 KB