Skip to content

Commit 6f7804d

Browse files
Merge pull request #427 from 23-OSSCA-python-mysql-replication/fix/typo-row_event
Fix typo in row_event.py
2 parents a73257c + de08df4 commit 6f7804d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/row_event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def __init__(self, from_packet, event_size, table_map, ctl_connection, **kwargs)
642642

643643
ordinal_pos_loc += 1
644644
except IndexError:
645-
# this a dirty hack to prevent row events containing columns which have been dropped prior
645+
# this is a dirty hack to prevent row events containing columns which have been dropped prior
646646
# to pymysqlreplication start, but replayed from binlog from blowing up the service.
647647
# TODO: this does not address the issue if the column other than the last one is dropped
648648
column_schema = {

0 commit comments

Comments
 (0)