DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(mysql.info.gz) mysql_free_result

Info Catalog (mysql.info.gz) mysql_field_tell (mysql.info.gz) C API functions (mysql.info.gz) mysql_get_client_info
 
 22.2.3.23 `mysql_free_result()'
 ...............................
 
 `void mysql_free_result(MYSQL_RES *result)'
 
 Description
 ...........
 
 Frees the memory allocated for a result set by `mysql_store_result()',
 `mysql_use_result()', `mysql_list_dbs()', etc.  When you are done with
 a result set, you must free the memory it uses by calling
 `mysql_free_result()'.
 
 Do not attempt to access a result set after freeing it.
 
 Return Values
 .............
 
 None.
 
 Errors
 ......
 
 None.
 
Info Catalog (mysql.info.gz) mysql_field_tell (mysql.info.gz) C API functions (mysql.info.gz) mysql_get_client_info
automatically generated byinfo2html