We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a6e48 commit dd5ae00Copy full SHA for dd5ae00
pymysqlreplication/binlogstream.py
@@ -53,6 +53,7 @@
53
54
PYMYSQL_VERSION_LT_06 = Version(pymysql.__version__) < Version("0.6")
55
56
+
57
class ReportSlave(object):
58
"""Represent the values that you may report when connecting as a slave
59
to a master. SHOW SLAVE HOSTS related"""
0 commit comments