=== modified file 'tests/mysql_client_test.c' --- tests/mysql_client_test.c 2013-02-26 08:24:00 +0000 +++ tests/mysql_client_test.c 2013-05-07 22:57:17 +0000 @@ -12573,8 +12573,8 @@ DIE_UNLESS(rc == 0); /* retreive all result sets till we are at the end */ - while(!mysql_stmt_fetch(stmt)) - if (!opt_silent) + if (!opt_silent) + while(!mysql_stmt_fetch(stmt)) printf("fetched result:%ld\n", Data); DIE_UNLESS(rc != MYSQL_NO_DATA);