From: konstantin Date: May 18 2008 6:28am Subject: bk commit into 5.1 tree (kostja:1.2570) BUG#27430 List-Archive: http://lists.mysql.com/commits/46810 X-Bug: 27430 Message-Id: <20080518062844.3331935000@vajra.local> Below is the list of changes that have just been committed into a local 5.1 repository of kostja. When kostja does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2008-05-18 10:28:36+04:00, kostja@bodhi.(none) +1 -0 Fix mysql_client_test failure in pushbuild 5.1-27430 (Bug#27430) sql/sql_prepare.cc@stripped, 2008-05-18 10:28:33+04:00, kostja@bodhi.(none) +1 -1 Fix a simple coding mistake. diff -Nrup a/sql/sql_prepare.cc b/sql/sql_prepare.cc --- a/sql/sql_prepare.cc 2008-05-18 01:51:13 +04:00 +++ b/sql/sql_prepare.cc 2008-05-18 10:28:33 +04:00 @@ -3151,7 +3151,7 @@ Prepared_statement::set_parameters(Strin uchar *packet, uchar *packet_end) { bool is_sql_ps= packet == NULL; - bool res; + bool res= FALSE; if (is_sql_ps) {