mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-23 05:10:24 -07:00
Adds support for CHANGE REPLICATION SOURCE TO
statement (#636)
* feat: adds support for 'change replication source to' statement
This commit is contained in:
parent
6ce2f49f96
commit
a80b805619
5 changed files with 146 additions and 2 deletions
|
@ -25,3 +25,8 @@
|
|||
- import_tasks: mysql_replication_resetprimary_mode.yml
|
||||
|
||||
- include_tasks: issue-28.yml
|
||||
|
||||
# Tests of changereplication mode:
|
||||
- import_tasks: mysql_replication_changereplication_mode.yml
|
||||
when:
|
||||
- db_engine == 'mysql'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue