Backport flags and variables to differentiate MariaDB from MySQL setup

(cherry picked from commit b4303511d5)
This commit is contained in:
Laurent Indermuehle 2022-11-10 10:11:33 +01:00
commit 14f3726abf
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
6 changed files with 38 additions and 14 deletions

View file

@ -14,6 +14,8 @@
# Tests of channel parameter:
- import_tasks: mysql_replication_channel.yml
when:
- install_type == 'mysql' # FIXME: mariadb introduces FOR CHANNEL in 10.7
# Tests of resetmaster mode:
- import_tasks: mysql_replication_resetmaster_mode.yml