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:
- ANNOTATE_ROWS_EVENT for the original doc, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnnotateRowsEventData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRowsQuery()voidsetRowsQuery(String rowsQuery)StringtoString()
-