We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f764ea commit e8ac510Copy full SHA for e8ac510
lib/binlog_event.js
@@ -42,7 +42,7 @@ Heartbeat.prototype.dump = function () {
42
43
function Heartbeat_V2(parser) {
44
BinlogEvent.apply(this, arguments);
45
- this.binlogName = parser.parseString(this.size);
+ this.binlogName = parser.parseString(this.size - 8);
46
this.position = Common.parseUInt64(parser);
47
}
48
util.inherits(Heartbeat_V2, BinlogEvent);
0 commit comments