community.mysql/changelogs/fragments/266-default-database-for-mysql-user.yml
Daniel Rupp 87a5657b4d
Update changelogs/fragments/266-default-database-for-mysql-user.yml
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2022-01-05 19:27:14 +01:00

2 lines
281 B
YAML

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