mysql-binlog-connector-java icon indicating copy to clipboard operation
mysql-binlog-connector-java copied to clipboard

JSON partial update can break reading of field names

Open jpechane opened this issue 3 years ago • 0 comments

For MySQL 8 it is possible when partial update is executed that the field names are not follow one after other but is sparsed and filled with garbage in between.

This means it is necessary to use key reading based on offsets too in the same way as for values - https://github.com/osheroff/mysql-binlog-connector-java/pull/64

jpechane avatar Jan 28 '22 08:01 jpechane