diff --git a/changelogs/fragments/266-default-database-for-mysql-user b/changelogs/fragments/266-default-database-for-mysql-user index e55780c..c1a30b5 100644 --- a/changelogs/fragments/266-default-database-for-mysql-user +++ b/changelogs/fragments/266-default-database-for-mysql-user @@ -1,2 +1,2 @@ -bugfixes: +minor_change: - 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).