From: Date: July 19 2007 9:04pm Subject: bk commit into 5.1 tree (holyfoot:1.2546) List-Archive: http://lists.mysql.com/commits/31201 Message-Id: <20070719190435.49FCD2C380A5@hfmain.localdomain> Below is the list of changes that have just been committed into a local 5.1 repository of hf. When hf 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, 2007-07-20 00:04:30+05:00, holyfoot@stripped +1 -0 mysql_client_test fixed tests/mysql_client_test.c@stripped, 2007-07-20 00:04:28+05:00, holyfoot@stripped +1 -1 rc assignement added diff -Nrup a/tests/mysql_client_test.c b/tests/mysql_client_test.c --- a/tests/mysql_client_test.c 2007-07-19 20:59:09 +05:00 +++ b/tests/mysql_client_test.c 2007-07-20 00:04:28 +05:00 @@ -16291,7 +16291,7 @@ static void test_bug29687() for (i= 0; i < NUM_ITERATIONS; i++) { - mysql_stmt_execute(stmt); + rc= mysql_stmt_execute(stmt); check_execute(stmt, rc); mysql_stmt_store_result(stmt); while (mysql_stmt_fetch(stmt)==0);