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).