Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Fix typo (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El authored Mar 15, 2021
1 parent eb26434 commit d489bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_mysql/sync_strategies/binlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def _run_binlog_sync(mysql_conn, reader, binlog_streams_map, state, config: Dict
# in the next run by skipping everything between end_log_file and log_pos
# so we need to update log_pos back to master's position
log_file = end_log_file
log_pos = end_log_file
log_pos = end_log_pos

break

Expand Down

0 comments on commit d489bba

Please sign in to comment.