FixedLengthData returns the fixed length data associated to the event. NOTE: in mysql source code, the length of this data is referred to as the event's header length (i.e., FORMAT_DESCRIPTION_HEADER_LEN)
()
| 49 | // NOTE: in mysql source code, the length of this data is referred to as |
| 50 | // the event's header length (i.e., FORMAT_DESCRIPTION_HEADER_LEN) |
| 51 | FixedLengthData() []byte |
| 52 | |
| 53 | // VariableLengthData returns the variable length data associated to the |
| 54 | // event. |
no outgoing calls