Skip to content

Commit 39d5827

Browse files
author
Arthur Gautier
committed
binlogstream: only_tables requires row binlog_format
Raised in issue julien-duponchelle#209 Signed-off-by: Arthur Gautier <baloo@gandi.net>
1 parent 422c51c commit 39d5827

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymysqlreplication/binlogstream.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ def __init__(self, connection_settings, server_id, ctl_connection_settings=None,
148148
log_file: Set replication start log file
149149
log_pos: Set replication start log pos (resume_stream should be true)
150150
auto_position: Use master_auto_position gtid to set position
151-
only_tables: An array with the tables you want to watch
151+
only_tables: An array with the tables you want to watch (only works
152+
in binlog_format ROW)
152153
ignored_tables: An array with the tables you want to skip
153154
only_schemas: An array with the schemas you want to watch
154155
ignored_schemas: An array with the schemas you want to skip

0 commit comments

Comments
 (0)