Skip to content

Commit 194431f

Browse files
author
Bernardo Sulzbach
committed
Deletion of repeated entries (double declaration)
1 parent e88666d commit 194431f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pymysqlreplication/packet.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ class BinLogPacketWrapper(object):
4343
constants.DELETE_ROWS_EVENT_V2: row_event.DeleteRowsEvent,
4444
constants.TABLE_MAP_EVENT: row_event.TableMapEvent,
4545
#5.6 GTID enabled replication events
46-
constants.INTVAR_EVENT: event.NotImplementedEvent,
47-
constants.GTID_LOG_EVENT: event.NotImplementedEvent,
4846
constants.ANONYMOUS_GTID_LOG_EVENT: event.NotImplementedEvent,
4947
constants.PREVIOUS_GTIDS_LOG_EVENT: event.NotImplementedEvent
5048

0 commit comments

Comments
 (0)