From c4b12955b32e059840e873ad21156d4308b397f9 Mon Sep 17 00:00:00 2001 From: "holyfoot/hf@mysql.com/hfmain.(none)" <> Date: Fri, 20 Jul 2007 00:04:30 +0500 Subject: [PATCH] mysql_client_test fixed --- tests/mysql_client_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 3a516545096..6f279509614 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -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);