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 5376718 commit 2ff716aCopy full SHA for 2ff716a
pymysqlreplication/event.py
@@ -188,11 +188,6 @@ def _dump(self):
188
print("Execution time: %d" % (self.execution_time))
189
print("Query: %s" % (self.query))
190
191
-
192
- # TODO: check if instance attribute with the same name already exists
193
- # TODO: put all the instace attribute in separate class? called status_vars
194
- # TODO: does length need to be remembered?
195
- # TODO: ref(mysql doc. and mysql-server) for each hunk
196
def _read_status_vars_value_for_key(self, key):
197
"""parse status variable VALUE for given KEY
198
0 commit comments