Skip to content

v2.0

Latest

Choose a tag to compare

@altmannmarcelo altmannmarcelo released this 26 Aug 22:19
b12b8ad
Fixed ComBinlogDump pos field overflow

The pos field in ComBinlogDump is a 32 bit unsigned integer, but a real
binlog position can be larger than 4GB, which will cause the pos field
to overflow. This commit fixes the overflow by using a 64 bit unsigned.