sean.k1 (Umhyunsik)
sean.k1 (Umhyunsik)
@julien-duponchelle @skyecool this Issue resolved in https://github.com/julien-duponchelle/python-mysql-replication/pull/481
@YAtOff ```patch diff --git a/pymysqlreplication/row_event.py b/pymysqlreplication/row_event.py index b371fce..d88e261 100644 --- a/pymysqlreplication/row_event.py +++ b/pymysqlreplication/row_event.py @@ -220,7 +220,7 @@ class RowsEvent(BinLogEvent): elif column.type == FIELD_TYPE.NEWDECIMAL: return self.__read_new_decimal(column) elif column.type == FIELD_TYPE.BLOB: -...
@YAtOff I tried your testcase error came like this. I made a Pr can You check this pr still makes error? ``` self = , command = 3 sql =...
@isoleo @julien-duponchelle this issue resolved in mysql 8.0 https://github.com/julien-duponchelle/python-mysql-replication/pull/446
@jogrogan I made a Pr for this Issue
@osheroff It's been a while :(
@Naros No. this issue is related with Mysql and Maraidb, If the binlogfile is filled to size by max_binlog_size, the a rotate Event is fired at the end of the...
@Naros Did you check this one?
Hello @Naros I think your solution is pretty cool. but I'm curious, why is dispatchArtificialEvents as a variable?
@Naros Oh I understood. Thanks you for the explanation.