Update 266-default-database-for-mysql-user

it´s not a bugfix anymore
This commit is contained in:
Daniel Rupp 2021-12-23 11:27:24 +01:00 committed by GitHub
commit d67d9a80c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,2 @@
bugfixes:
minor_change:
- 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).