Post-merge fix for Bug 35103.

parent f23e3fd0
...@@ -2602,7 +2602,7 @@ void mysql_stmt_get_longdata(THD *thd, char *packet, ulong packet_length) ...@@ -2602,7 +2602,7 @@ void mysql_stmt_get_longdata(THD *thd, char *packet, ulong packet_length)
if (!(stmt=find_prepared_statement(thd, stmt_id, if (!(stmt=find_prepared_statement(thd, stmt_id,
"mysql_stmt_send_long_data"))) "mysql_stmt_send_long_data")))
DBUG_VOID_RETURN; goto out;
param_number= uint2korr(packet); param_number= uint2korr(packet);
packet+= 2; packet+= 2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment