Struct rbdc_mysql::protocol::response::EofPacket
source · pub struct EofPacket {
pub warnings: u16,
pub status: Status,
}
Expand description
Marks the end of a result set, returning status and warnings.
Note
The EOF packet is deprecated as of MySQL 5.7.5. SQLx only uses this packet for MySQL prior MySQL versions.
Fields§
§warnings: u16
§status: Status