Commit graph

13 commits

Author SHA1 Message Date
Greg DeKoenigsberg
b8a7f56b14 Update mysql_replication.py 2015-05-13 14:55:28 -04:00
Brian Coca
fbc0bcbd9c minor doc fixes 2015-05-13 13:59:24 -04:00
Brian Coca
07ed2ffb67 Merge pull request #124 from banyek/mysql-gtid-replication
gtid_replication parameter added
2015-05-13 13:51:35 -04:00
Balazs Pocze
c2ae5d8e4c Changes made as modifying master_auto_position parameter type to bool 2015-04-15 13:45:26 -07:00
Balazs Pocze
14cf26f520 gtid_replication parameter changed to master_auto_position to keep the
same variable name as the MySQL server itself
2015-04-14 17:35:13 -07:00
Toshio Kuratomi
400166a655 Port is an integer so use arg_spec to enforce that. 2015-03-26 11:42:56 -07:00
Brian Coca
6a3bba3ecc Merge pull request #21 from Jmainguy/mysql_replication_login_port
Adds login_port feature, similiar to how mysql_db.py works
2015-02-03 07:34:16 -05:00
Toshio Kuratomi
a32869d492 Allow 0 to be specified 2015-01-07 09:20:45 -08:00
Stanislav Antic
c4986bf78d Fixes #155 2015-01-05 14:59:01 +01:00
Jonathan Mainguy
d611f86e5b Addes login_port feature, similiar to how mysql_db.py works 2014-12-12 16:10:14 -05:00
Balazs Pocze
0957768755 gtid_replication parameter added to keep this module working in
environments which are using GTID replication
2014-12-01 15:16:40 +01:00
Toshio Kuratomi
317654dba5 Use the python db api to quote mysql values 2014-11-25 01:34:25 -08:00
Michael DeHaan
ad181b7aa9 Categorize some modules. 2014-11-05 16:11:23 -05:00
Renamed from database/mysql_replication.py (Browse further)