pub fn build_stmt_reset_packet(statement_id: u32, sequence_id: u8) -> Vec<u8> ⓘExpand description
Build a COM_STMT_RESET packet.
Resets the data of a prepared statement which was accumulated with COM_STMT_SEND_LONG_DATA.
§Arguments
statement_id- The statement ID to resetsequence_id- The packet sequence number