Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: zyguan <[email protected]>
  • Loading branch information
zyguan committed Dec 21, 2022
1 parent 068c6fc commit 8f5ebfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/conn_stmt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,5 +396,4 @@ func TestCursorExistsFlag(t *testing.T) {
// COM_QUERY after fetch
require.NoError(t, c.Dispatch(ctx, append([]byte{mysql.ComQuery}, "select * from t"...)))
require.False(t, mysql.HasCursorExistsFlag(getLastStatus()))

}

0 comments on commit 8f5ebfd

Please sign in to comment.