community.mysql/changelogs/fragments/266-default-database-for-mysql-user
2021-12-23 12:48:31 +01:00

2 lines
280 B
Text

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