Skip to content

Commit

Permalink
q
Browse files Browse the repository at this point in the history
  • Loading branch information
QianKaiLin committed Oct 9, 2024
1 parent e7f4370 commit 8b677ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/mysql/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,7 @@ pub fn parse_stmt_prepare_response(i: &[u8], _client_flags: u32) -> IResult<&[u8
})?;

Ok((
rem,
i,
MysqlResponse {
item: MysqlResponsePacket::StmtPrepare {
statement_id,
Expand Down

0 comments on commit 8b677ac

Please sign in to comment.