From 4d20964a62d933014e789529f98ceffdf625f54c Mon Sep 17 00:00:00 2001 From: TodoInTX Date: Mon, 14 Feb 2022 09:17:46 -0600 Subject: [PATCH] Update changelogs/fragments/286-mysql_drop_user_role_if_exists.yml Co-authored-by: Andrew Klychkov --- changelogs/fragments/286-mysql_drop_user_role_if_exists.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/286-mysql_drop_user_role_if_exists.yml b/changelogs/fragments/286-mysql_drop_user_role_if_exists.yml index 0e12fde..3dd0601 100644 --- a/changelogs/fragments/286-mysql_drop_user_role_if_exists.yml +++ b/changelogs/fragments/286-mysql_drop_user_role_if_exists.yml @@ -1,2 +1,2 @@ bugfixes: - - mysql_role and mysql_user Adds IF EXISTS clause to DROP ROLE and DROP USER statements to make them replication safe on MySQL 5.7+ and MariaDB 10.1+ + - mysql_role and mysql_user - adds IF EXISTS clause to DROP ROLE and DROP USER statements to make them replication safe on MySQL 5.7+ and MariaDB 10.1+ (https://github.com/ansible-collections/community.mysql/pull/286).