summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/database/mysql/mysql_variables.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to community.generalAnsible Core Team2020-03-091-276/+0
* Bugfix of 54239: mysql_variables not supporting variables name with dot (#66806)Andrew Klychkov2020-02-011-1/+1
* mysql_query: new module (#65941)Andrew Klychkov2020-01-091-2/+2
* mysql_variables: add mode parameter (#63547)Andrey Klychkov2019-11-021-19/+91
* mysql_variables: add seealso, add return value (#63442)Andrey Klychkov2019-10-141-15/+37
* standardize TLS connection properties (#54315)James Cassell2019-03-281-6/+6
* Fix sanity test failures (pep8).Matt Clay2019-02-151-1/+1
* Sanity fixes to parameter types (#52325)Dag Wieers2019-02-151-25/+25
* Fix incorrect use of `is` for comparisons.Matt Clay2019-02-121-1/+1
* Migrate from MySQLdb to PyMySQL (#40123)Daniel Speichert2018-09-191-11/+4
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* Improve error messages when MySQLdb is not installed (#27871)Will Thames2017-08-081-1/+1
* Remove wildcard, add boilerplate and get rid of get_exceptionToshio Kuratomi2017-07-311-33/+21
* Pep8 fixes for mysql module (#23923)Abhijeet Kasurde2017-04-261-1/+3
* E501 fixes (#22879)Matt Martz2017-03-221-1/+2
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-1/+1
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Change examples syntax on mysql_variables moduleSam Doran2016-12-081-2/+5
* Convert all databases modules to python3 and 2.4 syntax (#3688)Michael Scherer2016-12-081-4/+7
* mysql_variables: fix inconsistent params, fixes ubuntu 16.04 supportRene Moser2016-12-081-9/+6
* Add optional connect timeout to mysql* modules.Matt Clay2016-12-081-1/+4
* Various simple linting type cleanups on modulesMatt Martz2016-12-081-1/+1
* Unify all 3 mysql modules.Jonathan Mainguy2016-12-081-105/+20
* Update error message to be more explicitJonathan Mainguy2016-12-081-1/+2
* Validate variable, return only the found variable value instead of tupleJesse Sandberg2016-12-081-12/+15
* Add version_added and type of parameteracaveroc2016-12-081-3/+4
* Assorted minor bug fixesacaveroc2016-12-081-3/+3
* Add port definition support for mysql_vars moduleacaveroc2016-12-081-2/+8
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-0/+1
* Escape mysql identifiersToshio Kuratomi2016-12-081-3/+10
* Some more module categorization.Michael DeHaan2016-12-081-0/+253