Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refreshed metadata for extras modules | Toshio Kuratomi | 2016-12-06 | 1 | -0/+4 |
| | |||||
* | Native YAML - Databases/mysql (#3605) | Fabio Alessandro Locati | 2016-12-01 | 1 | -4/+13 |
| | |||||
* | Fix remaining python3 compile problems | Toshio Kuratomi | 2016-10-23 | 1 | -13/+15 |
| | |||||
* | Fix the mysql_replication argument (#2111) | Michael Scherer | 2016-09-17 | 1 | -4/+3 |
| | | | | | Login_password and master_password are password, should not be logged. And config_file is a path t be expanded, so tagged as such. | ||||
* | Use addresses and names reserved for documentation (#2894) | Robin Schneider | 2016-09-12 | 1 | -2/+2 |
| | | | | | Trying to preserve the meaning of the examples. Related to: https://github.com/ansible/ansible/issues/17479 | ||||
* | return a proper result set for getmaster/getslave (#2595) | Serge van Ginderachter | 2016-08-04 | 1 | -10/+12 |
| | | | | | | | | | * return a proper result set for getmaster/getslave when not on a master/slave. This allows for a cleaner error handling. * A more uniform return of result keys for getmaster/slave | ||||
* | Exception handling for MySQLdb warnings (#2594) | Serge van Ginderachter | 2016-08-04 | 1 | -1/+5 |
| | | | | | | | Do not fail the module for warnings. Return warnings in the module result set. Fixes #719 Alternative to #720 and as discuseed over there. | ||||
* | Add optional mysql connect timeout. | Matt Clay | 2016-03-10 | 1 | -1/+4 |
| | |||||
* | 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 |