Skip to content

Commit dac8e2b

Browse files
committed
adding missing mysql group_replication module
1 parent 8347a4a commit dac8e2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/targets/test_mysql_replication/tasks/mysql_replication_group.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
# Configure group replication settings
3939
- name: Configure group replication settings for MySQL
4040
shell:
41-
"echo \"SET GLOBAL group_replication_group_name='{{ group_replication_group_name }}'; \
41+
"echo \"INSTALL PLUGIN group_replication SONAME 'group_replication.so'; \
42+
SET GLOBAL group_replication_group_name='{{ group_replication_group_name }}'; \
4243
SET GLOBAL group_replication_local_address='{{ mysql_host }}:{{ group_replication_port }}'; \
4344
SET GLOBAL group_replication_group_seeds='{{ mysql_host }}:{{ group_replication_port }}'; \
4445
SET GLOBAL group_replication_bootstrap_group=ON;\" | {{ mysql_command }}"

0 commit comments

Comments
 (0)