From b0ed4b60817a4a61199e849c36a518588539122e Mon Sep 17 00:00:00 2001 From: Daniel Rupp Date: Thu, 23 Dec 2021 11:25:08 +0100 Subject: [PATCH] Update 266-default-database-for-mysql-user update changelog fragment --- changelogs/fragments/266-default-database-for-mysql-user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/266-default-database-for-mysql-user b/changelogs/fragments/266-default-database-for-mysql-user index 3359514..e55780c 100644 --- a/changelogs/fragments/266-default-database-for-mysql-user +++ b/changelogs/fragments/266-default-database-for-mysql-user @@ -1,2 +1,2 @@ bugfixes: -- mysql_user - set 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 context_db 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).