Commit 44fe22e7 authored by davi@mysql.com/endora.local's avatar davi@mysql.com/endora.local
Browse files

Post-merge fix for Bug 35103.

parent f23e3fd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;