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

Fix mysql_client_test failure in pushbuild 5.1-27430

(Bug#27430)
parent 7aeeb8f6
...@@ -3151,7 +3151,7 @@ Prepared_statement::set_parameters(String *expanded_query, ...@@ -3151,7 +3151,7 @@ Prepared_statement::set_parameters(String *expanded_query,
uchar *packet, uchar *packet_end) uchar *packet, uchar *packet_end)
{ {
bool is_sql_ps= packet == NULL; bool is_sql_ps= packet == NULL;
bool res; bool res= FALSE;
if (is_sql_ps) 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