summaryrefslogtreecommitdiff
path: root/database/mysql
Commit message (Expand)AuthorAgeFilesLines
* Add optional mysql connect timeout.Matt Clay2016-03-101-1/+4
* Unify mysql modules.Jonathan Mainguy2015-11-201-109/+23
* revert to unbreak pull requestKenny Gryp2015-11-091-1/+1
* in order for replication setup to work, some errors should be ignoredKenny Gryp2015-11-091-1/+1
* including error code and error number when database connection creation failsKenny Gryp2015-11-031-1/+2
* Fix bug #1067Luis Rodriguez2015-10-071-1/+1
* Documented new operation modesMischa ter Smitten2015-09-171-1/+1
* Add more modes to the mysql_replication moduleMischa ter Smitten2015-09-151-0/+32
* Changes to author formatting, remove emailsGreg DeKoenigsberg2015-06-161-1/+1
* fix doc parsing by correctly quoting authorBrian Coca2015-05-141-1/+1
* Update mysql_replication.pyGreg DeKoenigsberg2015-05-131-0/+1
* minor doc fixesBrian Coca2015-05-131-2/+5
* Merge pull request #124 from banyek/mysql-gtid-replicationBrian Coca2015-05-131-1/+7
|\
| * Changes made as modifying master_auto_position parameter type to boolBalazs Pocze2015-04-151-2/+1
| * gtid_replication parameter changed to master_auto_position to keep theBalazs Pocze2015-04-141-4/+4
| * gtid_replication parameter added to keep this module working inBalazs Pocze2014-12-011-1/+8
* | Port is an integer so use arg_spec to enforce that.Toshio Kuratomi2015-03-261-3/+3
* | Merge pull request #21 from Jmainguy/mysql_replication_login_portBrian Coca2015-02-031-1/+14
|\ \
| * | Addes login_port feature, similiar to how mysql_db.py worksJonathan Mainguy2014-12-121-2/+15
* | | Allow 0 to be specifiedToshio Kuratomi2015-01-071-5/+4
* | | Fixes #155Stanislav Antic2015-01-051-4/+4
| |/ |/|
* | Use the python db api to quote mysql valuesToshio Kuratomi2014-11-251-19/+35
|/
* Categorize some modules.Michael DeHaan2014-11-052-0/+369