community.mysql/changelogs/fragments/266-default-database-for-mysql-user
Daniel Rupp 7d2a23a38c
Update changelogs/fragments/266-default-database-for-mysql-user
Thanks!

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2021-12-23 09:52:19 +01:00

2 lines
230 B
Text

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