Commit 39433686 authored by unknown's avatar unknown

mysql_client_test fixed


tests/mysql_client_test.c:
  rc assignement added
parent 78cc8d30
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment