mysql - a mysql handle, which was previously allocated by mysql_init() or mysql_real_connect().
Indicates if one or more result sets are available from a previous call to . Returns 1 if more result sets are available, otherwise zero. .
my_bool mysql_more_results(MYSQL * mysql);