Add MAX_STATEMENT_TIME resource limit (#523)

* Add MAX_STATEMENT_TIME to resource_limits

* Move version check for resource_limits to implementations
This commit is contained in:
Maximilian Stinsky 2023-04-07 10:20:49 +02:00 committed by Laurent Indermuehle
parent fe2a3e4fe6
commit 5e88d06902
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

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