mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 05:35:31 +02:00
Added a separate lock for start/stop/reset slave.
This solves some possible dead locks when one calls stop slave while slave is starting.
This commit is contained in:
parent
e65f667bb6
commit
c5e25c8b40
9 changed files with 132 additions and 59 deletions
|
|
@ -266,7 +266,7 @@ extern PSI_mutex_key key_BINLOG_LOCK_index, key_BINLOG_LOCK_xid_list,
|
|||
key_LOCK_thd_data,
|
||||
key_LOCK_user_conn, key_LOG_LOCK_log,
|
||||
key_master_info_data_lock, key_master_info_run_lock,
|
||||
key_master_info_sleep_lock,
|
||||
key_master_info_sleep_lock, key_master_info_start_stop_lock,
|
||||
key_mutex_slave_reporting_capability_err_lock, key_relay_log_info_data_lock,
|
||||
key_relay_log_info_log_space_lock, key_relay_log_info_run_lock,
|
||||
key_rpl_group_info_sleep_lock,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue