Commit 154ea8dd authored by unknown's avatar unknown

Fix mysql_client_test failure in pushbuild 5.1-27430

(Bug#27430)


sql/sql_prepare.cc:
  Fix a simple coding mistake.
parent 724f1d9c
......@@ -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)
{
......
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