Skip to main content

parse_mysql_request

Function parse_mysql_request 

Source
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).