Maximilian Stinsky
526e674e6f
Add MAX_STATEMENT_TIME resource limit ( #523 )
...
* Add MAX_STATEMENT_TIME to resource_limits
* Move version check for resource_limits to implementations
2023-04-07 10:20:49 +02:00
Andrew Klychkov
2a3f8f6506
Update licensing information ( #390 )
2022-06-03 11:47:03 +02:00
Andrew Klychkov
d9e12b85ad
Prepare for distutils.version being removed in Python 3.12 ( #267 )
...
* Prepare for distutils.version being removed in Python 3.12
* Update plugins/module_utils/version.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
2021-12-23 12:45:21 +01:00
Andrew Klychkov
ce2b269f84
mysql_role: new module ( #189 )
...
* mysql_role: new module
* fixes
* fixes
* Add the role class
* Check if role exists
* role.add()
* role.__get_members
* tmp
* tmp
* Change tests
* Fix
* Fix
* add_members()
* get_privs()
* tmp
* __extract_grants() filler version
* Before big work
* tmp
* drop()
* tmp
* tmp
* Big changes
* Fix
* append_members, detach_members, append_privs
* tmp
* admin option
* Add tests
* Add tests
* Fix tests
* Remove debug warning
* Fix tests
* Add documentation
* Fix MariaDB case
* Fix MariaDB
* Fix MariaDB
* Fix MariaDB
* Fix MariaDB
* Fix MariaDB
* Fix
* Fix
* Remove debug warning
* Add try-except block
* tmp
* tmp
* tmp
* Fix
* Add err handling
* Add user check
* Check admin in db
* Fix CI
* Fix CI
* Fix CI
* Fix CI
* Fix
* Add mutually exclusive options
* Small refactoring, documenting
* Documenting, refactoring
* Change docs
* Refactoring
* Refactoring
* Refactoring
* Add unit tests
* Update README.md
2021-08-10 13:30:34 +02:00
Jorge Rodriguez (A.K.A. Tiriel)
11958ec46a
Handle divergences between MySQL and MariaDB ( #103 )
...
* Initial attempt
* First functional approach
* Remove unused imports
* Add dychotomy handling for mysql_replication
* Fix cursor lookup
* Fix sanity tests
* Cleanup implementation conditional import
* Fix unit tests
* Fix conditional import to satisfy both sanity and integration tests
* Add changelog fragment
2021-03-16 09:15:19 +01:00