From 297245fa0ec620596a26392218a9bc22686b11d6 Mon Sep 17 00:00:00 2001 From: Daniel Rupp Date: Thu, 6 Jan 2022 09:35:07 +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 3593918..b552a6e 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_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). +- 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).