pub fn parse_mysql_request(buf: &[u8]) -> Option<MysqlPacket>Expand description
Parse a MySQL client command packet. Returns summary string if parseable. Only returns Some for actual command packets (seq=0, known command byte).
pub fn parse_mysql_request(buf: &[u8]) -> Option<MysqlPacket>Parse a MySQL client command packet. Returns summary string if parseable. Only returns Some for actual command packets (seq=0, known command byte).