Exception: MysqlBinlog::OverReadException

Inherits:
Exception
  • Object
show all
Defined in:
lib/mysql_binlog/binlog.rb

Overview

After an event or other structure was fully read, the log position exceeded the end of the structure being read. This would indicate a bug in parsing the fields in the structure. For example, reading garbage data for a length field may cause a string read based on that length to read data well past the end of the event or structure. This is essentially always fatal.