summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/database/mysql/mysql_db.py
Commit message (Expand)AuthorAgeFilesLines
* Pep8 fixes for mysql module (#23923)Abhijeet Kasurde2017-04-261-12/+21
* E501 fixes (#22879)Matt Martz2017-03-221-2/+4
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Examples syntax batch6 (#5623)Sam Doran2016-12-081-8/+16
* Change examples syntax on mysql_db moduleSam Doran2016-12-081-3/+10
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-12-081-1/+1
* Added single_transaction and quick to db_dump (#3687)Søren Kröger2016-12-081-1/+1
* mysql_db: use new exception handling, fixes build (#4373)René Moser2016-12-081-3/+4
* error handling for importing non-existent db. Fixes ##2068 (#3617)Saurabh Sharma2016-12-081-2/+37
* Convert all databases modules to python3 and 2.4 syntax (#3688)Michael Scherer2016-12-081-3/+6
* Give encoding examples (#3436)jjshoe2016-12-081-1/+1
* Set --quick to True by default and make it selectable (#3418)hyperized2016-12-081-3/+2
* Add single_transaction and quick options to MySQL DB module (#3402)hyperized2016-12-081-1/+21
* Update the type of some arguments in mysql_db module (#3285)Michael Scherer2016-12-081-11/+6
* Update mysql_db.pyTom Paine2016-12-081-0/+5
* Add optional connect timeout to mysql* modules.Matt Clay2016-12-081-1/+4
* Add supports_check_mode=True to mysql_db moduleTobias Wolf2016-12-081-21/+34
* Fix mysqldump usage of config_fileToshio Kuratomi2016-12-081-2/+7
* Unify all 3 mysql modules.Jonathan Mainguy2016-12-081-137/+43
* Remove Mark Theunissen as maintainerMark Theunissen2016-12-081-3/+3
* Update documentation to reflect need for mysql clientJonathan Mainguy2016-12-081-2/+6
* Update target parameter documentationwtanaka.com2016-12-081-1/+1
* document mysql collation can only be set during creationBrian Coca2016-12-081-1/+1
* Replace tabbed indentation with spaces for mysql_db moduleMatt Martz2016-12-081-1/+1
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-1/+1
* Fix for the new import code when password is emptyToshio Kuratomi2016-12-081-6/+12
* Improved output of mysql_db pluginJohann Schmitz2016-12-081-2/+2
* Refactoring to avoid duplication of code which manages the decompression of d...fdupoux2016-12-081-21/+5
* Simplify code which prepares the decompression commandfdupoux2016-12-081-12/+6
* Refactor dump compression and use get_bin_path for finding the compressorsToshio Kuratomi2016-12-081-3/+9
* Decompress mysql dumps on the fly using python subprocess during an import to...fdupoux2016-12-081-48/+40
* Add support for xz compression (for dump and import) in mysql_db modulefdupoux2016-12-081-1/+20
* Adds all_databases option which allows a user to dump or import all databases...Jonathan Mainguy2016-12-081-7/+27
* Fix for int port assignment in a playbook failingToshio Kuratomi2016-12-081-7/+10
* Now correctly gzip/bzips file back up in case of import failureJonathan Mainguy2016-12-081-26/+26
* Fix issue #793: mysql_db: for state={absent,present} connections to database ...David Hummel2016-12-081-1/+1
* adds error message if socket does not existJonathan Mainguy2016-12-081-3/+11
* Escape mysql identifiersToshio Kuratomi2016-12-081-6/+10
* Some more module categorization.Michael DeHaan2016-12-081-0/+363