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 e88666d commit 194431fCopy full SHA for 194431f
pymysqlreplication/packet.py
@@ -43,8 +43,6 @@ class BinLogPacketWrapper(object):
43
constants.DELETE_ROWS_EVENT_V2: row_event.DeleteRowsEvent,
44
constants.TABLE_MAP_EVENT: row_event.TableMapEvent,
45
#5.6 GTID enabled replication events
46
- constants.INTVAR_EVENT: event.NotImplementedEvent,
47
- constants.GTID_LOG_EVENT: event.NotImplementedEvent,
48
constants.ANONYMOUS_GTID_LOG_EVENT: event.NotImplementedEvent,
49
constants.PREVIOUS_GTIDS_LOG_EVENT: event.NotImplementedEvent
50
0 commit comments