void mysql_free_result(MYSQL_RES *result)
説明
mysql_store_result()
、mysql_use_result()
、mysql_list_dbs()
などが結果セットに割り当てたメモリを解放します。結果セットが必要なくなったら、mysql_free_result()
を呼び出して、使用していたメモリを解放します。
戻り値
ありません。
エラー
ありません。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.