1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

mysql_client_test fixed

This commit is contained in:
holyfoot/hf@mysql.com/hfmain.(none)
2007-07-20 00:04:30 +05:00
parent db2b40b426
commit c4b12955b3

View File

@ -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);