Skip to content

Commit 6e6f6c8

Browse files
committed
Fix typo in TableMapEvent comment
1 parent 4150b7e commit 6e6f6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/row_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def __init__(self, from_packet, event_size, table_map, ctl_connection, **kwargs)
550550
try:
551551
column_schema = self.column_schemas[i]
552552
except IndexError:
553-
# this a dirty hack to prevent row evens containing columns which have been dropped prior
553+
# this a dirty hack to prevent row events containing columns which have been dropped prior
554554
# to pymysqlreplication start, but replayed from binlog from blowing up the service.
555555
# TODO: this does not address the issue if the column other than the last one is dropped
556556
column_schema = {

0 commit comments

Comments
 (0)