summaryrefslogtreecommitdiff
path: root/database/mysql/mysql_db.py
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-061-0/+4
* Examples syntax batch6 (#5623)Sam Doran2016-11-161-8/+16
* Change examples syntax on mysql_db moduleSam Doran2016-11-141-3/+10
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-131-1/+1
* Added single_transaction and quick to db_dump (#3687)Søren Kröger2016-09-211-1/+1
* mysql_db: use new exception handling, fixes build (#4373)René Moser2016-08-101-3/+4
* error handling for importing non-existent db. Fixes ##2068 (#3617)Saurabh Sharma2016-08-081-2/+37
* Convert all databases modules to python3 and 2.4 syntax (#3688)Michael Scherer2016-05-181-3/+6
* Give encoding examples (#3436)jjshoe2016-04-141-1/+1
* Set --quick to True by default and make it selectable (#3418)hyperized2016-04-131-3/+2
* Add single_transaction and quick options to MySQL DB module (#3402)hyperized2016-04-121-1/+21
* Update the type of some arguments in mysql_db module (#3285)Michael Scherer2016-04-111-11/+6
* Update mysql_db.pyTom Paine2016-04-111-0/+5
* Merge pull request #2889 from towolf/add_check_mode_to_mysql_dbRené Moser2016-03-231-21/+34
|\
| * Add supports_check_mode=True to mysql_db moduleTobias Wolf2016-01-261-21/+34
* | Add optional connect timeout to mysql* modules.Matt Clay2016-03-101-1/+4
|/
* Fix mysqldump usage of config_fileToshio Kuratomi2015-12-171-2/+7
* Unify all 3 mysql modules.Jonathan Mainguy2015-12-161-137/+43
* Merge pull request #2365 from Jmainguy/mysql_docfixBrian Coca2015-12-091-0/+3
|\
| * Update documentation to reflect need for mysql clientJonathan Mainguy2015-10-281-1/+4
* | Remove Mark Theunissen as maintainerMark Theunissen2015-12-081-4/+4
* | Merge pull request #2383 from wtanaka/develBrian Coca2015-11-021-1/+1
|\ \
| * | Update target parameter documentationwtanaka.com2015-10-281-1/+1
| |/
* | document mysql collation can only be set during creationBrian Coca2015-10-311-1/+1
|/
* Update mysql_db.pySudheer Satyanarayana2015-07-261-1/+2
* Replace tabbed indentation with spaces for mysql_db moduleMatt Martz2015-07-011-1/+1
* Proper author info for all remaining modulesGreg DeKoenigsberg2015-06-151-1/+1
* Fix for the new import code when password is emptyToshio Kuratomi2015-05-271-6/+12
* Improved output of mysql_db pluginJohann Schmitz2015-05-261-2/+2
* Merge pull request #1417 from fdupoux/mysql-db-use-python-pipelinesToshio Kuratomi2015-05-251-49/+19
|\
| * Refactoring to avoid duplication of code which manages the decompression of d...fdupoux2015-05-251-21/+5
| * Simplify code which prepares the decompression commandfdupoux2015-05-251-12/+6
| * Decompress mysql dumps on the fly using python subprocess during an import to...fdupoux2015-05-251-48/+40
* | Refactor dump compression and use get_bin_path for finding the compressorsToshio Kuratomi2015-05-251-3/+9
|/
* Add support for xz compression (for dump and import) in mysql_db modulefdupoux2015-05-121-1/+20
* Adds all_databases option which allows a user to dump or import all databases...Jonathan Mainguy2015-05-121-7/+27
* Merge pull request #888 from ansible/mysql-portToshio Kuratomi2015-03-041-7/+10
|\
| * Fix for int port assignment in a playbook failingmysql-portToshio Kuratomi2015-03-031-7/+10
* | Now correctly gzip/bzips file back up in case of import failureJonathan Mainguy2015-03-041-26/+26
|/
* Fix issue #793: mysql_db: for state={absent,present} connections to database ...David Hummel2015-02-141-1/+1
* Merge pull request #44 from Jmainguy/mysql_db_6860Brian Coca2015-01-301-3/+11
|\
| * adds error message if socket does not existJonathan Mainguy2014-11-121-3/+11
* | Escape mysql identifiersToshio Kuratomi2014-11-251-6/+10
|/
* Some more module categorization.Michael DeHaan2014-11-041-0/+363