Skip to content

Commit

Permalink
Merge pull request #427 from 23-OSSCA-python-mysql-replication/fix/ty…
Browse files Browse the repository at this point in the history
…po-row_event

Fix typo in row_event.py
  • Loading branch information
julien-duponchelle authored Aug 15, 2023
2 parents a73257c + de08df4 commit 6f7804d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymysqlreplication/row_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ def __init__(self, from_packet, event_size, table_map, ctl_connection, **kwargs)

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

0 comments on commit 6f7804d

Please sign in to comment.