Fix mysql_client_test failure in pushbuild 5.1-27430

(Bug#27430)
This commit is contained in:
kostja@bodhi.(none) 2008-05-18 10:28:36 +04:00
parent 7aeeb8f667
commit aef39682d6

View File

@ -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)
{