Adds support for CHANGE REPLICATION SOURCE TO statement (#636)

* feat: adds support for 'change replication source to' statement
This commit is contained in:
Dennis Felipe Urtubia 2024-05-21 15:58:05 -03:00 committed by GitHub
commit a80b805619
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 146 additions and 2 deletions

View file

@ -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'