summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <holyfoot/hf@mysql.com/hfmain.(none)>2007-07-20 00:04:30 +0500
committerunknown <holyfoot/hf@mysql.com/hfmain.(none)>2007-07-20 00:04:30 +0500
commit39433686e690866bcbf985839b587165ecc91506 (patch)
tree157cf6b77748f3a7052fe61000630538f3926f11 /tests
parent78cc8d3058579e82a89736ed785ee6a223bb7499 (diff)
downloadmariadb-git-39433686e690866bcbf985839b587165ecc91506.tar.gz
mysql_client_test fixed
tests/mysql_client_test.c: rc assignement added
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c2
1 files changed, 1 insertions, 1 deletions
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);