mysql_client_test fixed

parent db2b40b4
...@@ -16291,7 +16291,7 @@ static void test_bug29687() ...@@ -16291,7 +16291,7 @@ static void test_bug29687()
for (i= 0; i < NUM_ITERATIONS; i++) for (i= 0; i < NUM_ITERATIONS; i++)
{ {
mysql_stmt_execute(stmt); rc= mysql_stmt_execute(stmt);
check_execute(stmt, rc); check_execute(stmt, rc);
mysql_stmt_store_result(stmt); mysql_stmt_store_result(stmt);
while (mysql_stmt_fetch(stmt)==0); 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