Modules§
Structs§
- Auth
More Data - Extra auth-data beyond the initial challenge.
- Auth
Switch Request - Authentication Method Switch Request Packet.
- Binlog
Dump Flags - Empty flags of a
LoadEvent
. - Catalog
- Column
- Represents MySql Column (column packet).
- ComBinlog
Dump - Command to request a binlog-stream from the master starting a given position.
- ComBinlog
Dump Gtid - Command to request a binlog-stream from the master starting a given position.
- ComChange
User - ComChange
User More Data - ComRegister
Slave - Registers a slave at the master. Should be sent before requesting a binlog events
with
COM_BINLOG_DUMP
. - ComStmt
Close - ComStmt
Execute Request - ComStmt
Execute Request Builder - ComStmt
Send Long Data - ComTable
Dump - COM_TABLE_DUMP command.
- Common
OkPacket - Ok packet that is not a result set terminator.
- GnoInterval
- GnoInterval. Stored within
Sid
- Handshake
Packet - Represents MySql’s initial handshake packet.
- Handshake
Response - Invalid
Auth More Data Header - Invalid
Auth Swith Request Header - Invalid
Catalog - Invalid
ComBinlog Dump Gtid Header - Invalid
ComBinlog Dump Header - Invalid
ComChange User Header - Invalid
ComRegister Slave Header - Invalid
ComStmt Execute Header - Invalid
ComStmt Send Long Data Header - Invalid
ComTable Dump Header - Invalid
ErrPacket Header - Invalid
Fixed Length Fields Len - Invalid
Iteration Count - Invalid
Local Infile Header - Invalid
OkPacket Header - Invalid
Public KeyResponse - Invalid
Semi Sync AckPacket Packet Header - Invalid
SqlState Marker - Invalid
Stmt Packet Status - Local
Infile Packet - Represents MySql’s local infile packet.
- Network
Stream Terminator - This packet terminates a binlog network stream.
- Null
Bitmap - Null-bitmap.
- OkPacket
- Represents MySql’s Ok packet.
- OkPacket
Body - Represents MySql’s Ok packet.
- OkPacket
Deserializer - OldAuth
Switch Request - Old Authentication Method Switch Request Packet.
- OldEof
Packet - Old deprecated EOF packet.
- Progress
Report - Progress report information (may be in an error packet of MariaDB server).
- Public
KeyResponse - A server response to a
PublicKeyRequest
containing a public RSA key for authentication protection. - Result
SetTerminator - Ok packet that terminates a result set (text or binary).
- Semi
Sync AckPacket - Each Semi Sync Binlog Event with the
SEMI_SYNC_ACK_REQ
flag set the slave has to acknowledge with Semi-Sync ACK packet. - Server
Error - MySql error packet.
- Session
State Info - Represents change in session state (part of MySql’s Ok packet).
- Sid
- SID is a part of the
COM_BINLOG_DUMP_GTID
command. It’s a GtidSet whose has only one Uuid. - SqlState
- MySql error state.
- SslRequest
- Stmt
Packet - Represents MySql’s statement packet.
- Unknown
Binlog Dump Flags
Enums§
- Auth
Plugin - Authentication plugin
- Auth
Plugin Data - ErrPacket
- MySql error packet.
Constants§
- UUID_
LEN - Length of a Uuid in
COM_BINLOG_DUMP_GTID
command packet.
Traits§
- OkPacket
Kind - OK packet kind (see OK packet identifier section of WL#7766).
Type Aliases§
- Auth
More Data Header - Auth
Switch Request Header - Column
Definition Catalog - ComBinlog
Dump Gtid Header - ComBinlog
Dump Header - ComChange
User Header - ComRegister
Slave Header - ComStmt
Execute Header - ComStmt
Send Long Data Header - ComTable
Dump Header - ErrPacket
Header - Fixed
Length Fields Len - Iteration
Count - Local
Infile Header - Public
KeyResponse Header - Semi
Sync AckPacket Packet Header - SqlState
Marker