Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify mysql modules. | Jonathan Mainguy | 2015-11-20 | 1 | -109/+23 |
| | | | | Added config_file, ssl_ca, ssl_cert, ssl_key, changed connect method, added error checking where a backtrace previoussly was possible | ||||
* | revert to unbreak pull request | Kenny Gryp | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | in order for replication setup to work, some errors should be ignored | Kenny Gryp | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | including error code and error number when database connection creation fails | Kenny Gryp | 2015-11-03 | 1 | -1/+2 |
| | |||||
* | Fix bug #1067 | Luis Rodriguez | 2015-10-07 | 1 | -1/+1 |
| | |||||
* | Documented new operation modes | Mischa ter Smitten | 2015-09-17 | 1 | -1/+1 |
| | |||||
* | Add more modes to the mysql_replication module | Mischa ter Smitten | 2015-09-15 | 1 | -0/+32 |
| | | | | Fixes #979 | ||||
* | Changes to author formatting, remove emails | Greg DeKoenigsberg | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | fix doc parsing by correctly quoting author | Brian Coca | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Update mysql_replication.py | Greg DeKoenigsberg | 2015-05-13 | 1 | -0/+1 |
| | |||||
* | minor doc fixes | Brian Coca | 2015-05-13 | 1 | -2/+5 |
| | |||||
* | Merge pull request #124 from banyek/mysql-gtid-replication | Brian Coca | 2015-05-13 | 1 | -1/+7 |
|\ | | | | | gtid_replication parameter added | ||||
| * | Changes made as modifying master_auto_position parameter type to bool | Balazs Pocze | 2015-04-15 | 1 | -2/+1 |
| | | |||||
| * | gtid_replication parameter changed to master_auto_position to keep the | Balazs Pocze | 2015-04-14 | 1 | -4/+4 |
| | | | | | | | | same variable name as the MySQL server itself | ||||
| * | gtid_replication parameter added to keep this module working in | Balazs Pocze | 2014-12-01 | 1 | -1/+8 |
| | | | | | | | | environments which are using GTID replication | ||||
* | | Port is an integer so use arg_spec to enforce that. | Toshio Kuratomi | 2015-03-26 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #21 from Jmainguy/mysql_replication_login_port | Brian Coca | 2015-02-03 | 1 | -1/+14 |
|\ \ | | | | | | | Adds login_port feature, similiar to how mysql_db.py works | ||||
| * | | Addes login_port feature, similiar to how mysql_db.py works | Jonathan Mainguy | 2014-12-12 | 1 | -2/+15 |
| | | | |||||
* | | | Allow 0 to be specified | Toshio Kuratomi | 2015-01-07 | 1 | -5/+4 |
| | | | |||||
* | | | Fixes #155 | Stanislav Antic | 2015-01-05 | 1 | -4/+4 |
| |/ |/| | |||||
* | | Use the python db api to quote mysql values | Toshio Kuratomi | 2014-11-25 | 1 | -19/+35 |
|/ | |||||
* | Categorize some modules. | Michael DeHaan | 2014-11-05 | 1 | -0/+369 |