MDEV-18603 Debug option to disable InnoDB monitor threads
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
Showing
Please register or sign in to comment