Class AnnotateRowsEventData

java.lang.Object
com.github.shyiko.mysql.binlog.event.AnnotateRowsEventData
All Implemented Interfaces:
EventData, Serializable

public class AnnotateRowsEventData extends Object implements EventData
Mariadb ANNOTATE_ROWS_EVENT events accompany row events and describe the query which caused the row event Enable this with --binlog-annotate-row-events (default on from MariaDB 10.2.4). In the binary log, each Annotate_rows event precedes the corresponding Table map event. Note the master server sends ANNOTATE_ROWS_EVENT events only if the Slave server connects with the BINLOG_SEND_ANNOTATE_ROWS_EVENT flag (value is 2) in the COM_BINLOG_DUMP Slave Registration phase.
Author:
Winger
See Also:
  • Constructor Details

    • AnnotateRowsEventData

      public AnnotateRowsEventData()
  • Method Details

    • getRowsQuery

      public String getRowsQuery()
    • setRowsQuery

      public void setRowsQuery(String rowsQuery)
    • toString

      public String toString()
      Overrides:
      toString in class Object