Add MAX_STATEMENT_TIME to resource_limits

This commit is contained in:
Maximilian Stinsky 2023-03-31 09:24:54 +02:00
commit 424b33d1f8
No known key found for this signature in database
GPG key ID: 46D3BABABE00D5E6
4 changed files with 164 additions and 1 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- mysql_user - add ``MAX_STATEMENT_TIME`` support for mariadb to the ``resource_limits`` argument (https://github.com/ansible-collections/community.mysql/issues/211).