|
SET for the following semisyncrhonous replication related system GLOBAL-only variables:
- rpl_semi_sync_master_enabled
- rpl_semi_sync_master_timeout
- rpl_semi_sync_master_wait_no_slave
- rpl_semi_sync_master_trace_level
- rpl_semi_sync_master_wait_point
- rpl_semi_sync_slave_enabled
- rpl_semi_sync_slave_trace_level
- rpl_semi_sync_slave_delay_master
- rpl_semi_sync_slave_kill_conn_timeout
is allowed only for users with the SUPER privilege as of 10.5.1.
Let's allow SET for the rpl_semi_sync_master_* global variables also for users with the REPLICATION MASTER ADMIN privilege.
Let's allow SET for the rpl_semi_sync_slave_* global variables also for users with the REPLICATION SLAVE ADMIN privilege.
|