Commit aef39682 authored by kostja@bodhi.(none)'s avatar kostja@bodhi.(none)
Browse files

Fix mysql_client_test failure in pushbuild 5.1-27430

(Bug#27430)
parent 7aeeb8f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3151,7 +3151,7 @@ Prepared_statement::set_parameters(String *expanded_query,
                                   uchar *packet, uchar *packet_end)
{
  bool is_sql_ps= packet == NULL;
  bool res;
  bool res= FALSE;

  if (is_sql_ps)
  {