Class 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:
    ANNOTATE_ROWS_EVENT for the original doc, Serialized Form
    • Constructor Detail

      • AnnotateRowsEventData

        public AnnotateRowsEventData()
    • Method Detail

      • getRowsQuery

        public String getRowsQuery()
      • setRowsQuery

        public void setRowsQuery​(String rowsQuery)