nevill / zongji

A mysql binlog listener running on Node.js.
Other
376 stars 118 forks source link

read inline for large objects #100

Open YousefED opened 5 years ago

YousefED commented 5 years ago

Was getting a "range offset error" for these cases. I looked at this code: https://github.com/noplay/python-mysql-replication/blob/07e18b3c89f344db70cb968275ec0ef16d76d2cc/pymysqlreplication/packet.py#L41, and it seems we were missing a case.