We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0e418 commit ae95cfdCopy full SHA for ae95cfd
CHANGELOG
@@ -99,3 +99,10 @@
99
* Clear table_map if RotateEvent has timestamp of 0 (#197)
100
* Add support for ignored_tables and ignored_schema (#201)
101
* failed to get table information (#199)
102
+
103
+0.13 18/04/2017
104
+* Fixup gtid parsing (#204)
105
+ This remove duplicate event from your stream if you use auto_position (the
106
+ first one in the stream used to be a duplicate on reconnection, this is no
107
+ longer the case).
108
+* Fix struct.pack in ReportSlave (#194)
setup.py
@@ -34,7 +34,7 @@ def run(self):
34
unittest.main(tests, argv=sys.argv[:1])
35
36
37
-version = "0.12"
+version = "0.13"
38
39
setup(
40
name="mysql-replication",
0 commit comments