8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
MySQL的binlog在遇到长事务的时候,如果该事务超出了2的32次方(4294967296), binlog的end position会溢出从123开始,但是start position则不会。我这边因为需要用到这个position所以想咨询下选用end position的优势。
在LogHeader中,会加上当前event的长度算出end position logPos += eventLen
logPos += eventLen