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

@ -0,0 +1,3 @@
---
minor_changes:
- mysql_replication - Adds support for `CHANGE REPLICATION SOURCE TO` statement (https://github.com/ansible-collections/community.mysql/issues/635).