polardbxengine/mysql-test/suite/group_replication/r/gr_concurrent_uninstall_sto...

21 lines
879 B
Plaintext

include/group_replication.inc
Warnings:
Note #### Sending passwords in plain text without SSL/TLS is extremely insecure.
Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
[connection server1]
[connection server1]
SET SESSION sql_log_bin= 0;
call mtr.add_suppression("Group Replication plugin is not installed.");
SET SESSION sql_log_bin= 1;
include/start_and_bootstrap_group_replication.inc
UNINSTALL PLUGIN group_replication;
[connection server_1]
#
# STOP GROUP_REPLICATION in parallel.
#
STOP GROUP_REPLICATION;
[connection server1]
SET @@GLOBAL.read_only= 0;
include/install_group_replication_plugin.inc
include/group_replication_end.inc