Skip to content

Commit afe2799

Browse files
Improve documentation
1 parent af447f0 commit afe2799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/binlogstream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(self, connection_settings, server_id, resume_stream=False,
4949
only_events: Array of allowed events
5050
ignored_events: Array of ignored events
5151
log_file: Set replication start log file
52-
log_pos: Set replication start log pos
52+
log_pos: Set replication start log pos (resume_stream should be true)
5353
auto_position: Use master_auto_position gtid to set position
5454
only_tables: An array with the tables you want to watch
5555
only_schemas: An array with the schemas you want to watch

0 commit comments

Comments
 (0)