mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-08 22:30:07 -07:00
mysql_user: enabled autocommit to support MySQL 8 (#483)
* mysql_user: enabled autocommit to support MySQL 8 * Add changelog fragment * Link to issue instead of pull request in changelog fragment Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
4ad71775a6
commit
c242584bae
2 changed files with 5 additions and 2 deletions
3
changelogs/fragments/479_enable_auto_commit.yml
Normal file
3
changelogs/fragments/479_enable_auto_commit.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- mysql_user - enable auto_commit to avoid MySQL metadata table lock (https://github.com/ansible-collections/community.mysql/issues/479).
|
Loading…
Add table
Add a link
Reference in a new issue