Post-merge fix for Bug 35103.
sql/sql_prepare.cc: Don't send unexpected error to the client.
This commit is contained in:
parent
063b504772
commit
23d567aa7c
@ -2602,7 +2602,7 @@ void mysql_stmt_get_longdata(THD *thd, char *packet, ulong packet_length)
|
||||
|
||||
if (!(stmt=find_prepared_statement(thd, stmt_id,
|
||||
"mysql_stmt_send_long_data")))
|
||||
DBUG_VOID_RETURN;
|
||||
goto out;
|
||||
|
||||
param_number= uint2korr(packet);
|
||||
packet+= 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user