From 87a5657b4dc5f1d1d06bfd5fc16ce1991102be2d Mon Sep 17 00:00:00 2001 From: Daniel Rupp Date: Wed, 5 Jan 2022 19:27:14 +0100 Subject: [PATCH] Update changelogs/fragments/266-default-database-for-mysql-user.yml Co-authored-by: Andrew Klychkov --- changelogs/fragments/266-default-database-for-mysql-user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/266-default-database-for-mysql-user.yml b/changelogs/fragments/266-default-database-for-mysql-user.yml index bad8b8e..3593918 100644 --- a/changelogs/fragments/266-default-database-for-mysql-user.yml +++ b/changelogs/fragments/266-default-database-for-mysql-user.yml @@ -1,2 +1,2 @@ -minor_change: +minor_changes: - mysql_user - added the force_context boolean option to set the default database context for the queries to be the ``mysql`` database. This way replication/binlog filters can catch the statements (https://github.com/ansible-collections/community.mysql/issues/265).