From aef39682d656314a5f3aab7998e4159e88520e79 Mon Sep 17 00:00:00 2001 From: "kostja@bodhi.(none)" <> Date: Sun, 18 May 2008 10:28:36 +0400 Subject: [PATCH] Fix mysql_client_test failure in pushbuild 5.1-27430 (Bug#27430) --- sql/sql_prepare.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc index dc1ce288fd0..005ee4e52ef 100644 --- a/sql/sql_prepare.cc +++ b/sql/sql_prepare.cc @@ -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) {