community.mysql/changelogs/fragments/266-default-database-for-mysql-user
Daniel Rupp b0ed4b6081
Update 266-default-database-for-mysql-user
update changelog fragment
2021-12-23 11:25:08 +01:00

2 lines
273 B
Text

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