# Functions
DecodeBinlogDumpGtidReq doc: https://dev.mysql.com/doc/internals/en/com-binlog-dump-gtid.html.
DecodeBinlogDumpReq doc: https://dev.mysql.com/doc/internals/en/com-binlog-dump.html.
DecodeChangeUserReq 解码query请求 doc: https://dev.mysql.com/doc/internals/en/com-change-user.html.
DecodeColumnDef 解码column定义.
DecodeConnectOutReq 解码com_connect_out请求 doc: https://dev.mysql.com/doc/internals/en/com-connect-out.html.
DecodeConnectReq 解码com_connect请求 doc: https://dev.mysql.com/doc/internals/en/com-connect.html.
DecodeCreateDBReq 解码create db请求 doc: https://dev.mysql.com/doc/internals/en/com-create-db.html.
DecodeDaemonReq 解码com daemon请求 doc: https://dev.mysql.com/doc/internals/en/com-daemon.html.
DecodeDebugReq 解码com_debug请求 doc: https://dev.mysql.com/doc/internals/en/com-debug.html.
DecodeDelayedInsertReq 解码com delayed insert请求 doc: https://dev.mysql.com/doc/internals/en/com-delayed-insert.html.
DecodeDropDBReq 解码drop db请求 doc: https://dev.mysql.com/doc/internals/en/com-drop-db.html.
DecodeEOFPacket 解码EOF的response doc: https://dev.mysql.com/doc/internals/en/packet-EOF_Packet.html.
DecodeErrPacket 解码err response包 doc: https://dev.mysql.com/doc/internals/en/packet-ERR_Packet.html.
DecodeFetchReq doc: https://dev.mysql.com/doc/internals/en/com-stmt-fetch.html.
DecodeFieldListReq 解码com field list请求 doc: https://dev.mysql.com/doc/internals/en/com-field-list.html.
DecodeInitDBReq 解码init db请求 doc: https://dev.mysql.com/doc/internals/en/com-init-db.html.
DecodeOKPacket 解码OK的response doc: https://dev.mysql.com/doc/internals/en/packet-OK_Packet.html.
DecodePingReq 解码com_ping请求 doc: https://dev.mysql.com/doc/internals/en/com-ping.html.
DecodeProcessKillReq 解码com process kill请求 doc: https://dev.mysql.com/doc/internals/en/com-process-kill.html.
DecodeProcessReq 解码com_process_info请求 doc: https://dev.mysql.com/doc/internals/en/com-process-info.html.
DecodeQueryReq 解码query请求 doc: https://dev.mysql.com/doc/internals/en/com-query.html.
DecodeQuitReq 解码com_quit请求 doc: https://dev.mysql.com/doc/internals/en/com-quit.html.
DecodeRefreshReq 解码refresh请求 doc: https://dev.mysql.com/doc/internals/en/com-refresh.html.
DecodeRegisterSlaveReq doc: https://dev.mysql.com/doc/internals/en/com-register-slave.html.
DecodeResetConnectionReq 解码com reset connection请求 doc: https://dev.mysql.com/doc/internals/en/com-reset-connection.html.
DecodeResultSet 解码resultset包 doc: https://dev.mysql.com/doc/internals/en/com-query-response.html#packet-ProtocolText::Resultset.
DecodeSetOptionReq 解码refresh请求 doc: https://dev.mysql.com/doc/internals/en/com-set-option.html.
DecodeShutdownReq 解码shutdown请求 doc: https://dev.mysql.com/doc/internals/en/com-shutdown.html.
DecodeSleepReq 解码com_sleep请求 doc: https://dev.mysql.com/doc/internals/en/com-sleep.html.
DecodeStatisticsReq 解码com_statistics请求 doc: https://dev.mysql.com/doc/internals/en/com-statistics.html.
DecodeTableDumpReq doc: https://dev.mysql.com/doc/internals/en/com-table-dump.html.
DecodeTimeReq 解码com_time请求 doc: https://dev.mysql.com/doc/internals/en/com-time.html.
# Structs
BinlogDumpBody ...
BinlogDumpGtidBody ...
ChangeUserBody change user body.
Columndef table的一个字段的定义.
ConnectOutReq connect req.
ConnectReq connect req.
CreateDBBody create db body.
DaemonReq daemon req.
DebugReq debug req.
DelayedInsertReq delayed insert req.
DropDBBody drop db body.
EOFResp EOF的返回.
ErrResp 错误返回包.
FetchBody ...
FieldListBody field list body.
InitDBBody init db body.
OKResp OK的返回.
PingReq ping req.
ProcessKillBody process kill body.
ProcessReq process req.
QueryBody query body.
QuitReq quit req.
RefreshBody refresh body.
RegisterSlaveBody ...
ResetConnnetionReq reset connection req.
ResultSet query的返回结果集.
SetOptionBody set option body.
ShutdownBody shutdown body.
SleepReq sleep req.
StatisticsReq statistics req.
TableDumpBody ...
TimeReq time req.