We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8347a4a commit dac8e2bCopy full SHA for dac8e2b
tests/integration/targets/test_mysql_replication/tasks/mysql_replication_group.yml
@@ -38,7 +38,8 @@
38
# Configure group replication settings
39
- name: Configure group replication settings for MySQL
40
shell:
41
- "echo \"SET GLOBAL group_replication_group_name='{{ group_replication_group_name }}'; \
+ "echo \"INSTALL PLUGIN group_replication SONAME 'group_replication.so'; \
42
+ SET GLOBAL group_replication_group_name='{{ group_replication_group_name }}'; \
43
SET GLOBAL group_replication_local_address='{{ mysql_host }}:{{ group_replication_port }}'; \
44
SET GLOBAL group_replication_group_seeds='{{ mysql_host }}:{{ group_replication_port }}'; \
45
SET GLOBAL group_replication_bootstrap_group=ON;\" | {{ mysql_command }}"
0 commit comments