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.