Returns the result of an async query and frees the internal pointer so the same id will not be put on the mysql_async_getdone_list().
Returns 0 for nosave queries (mysql_async_create_query_nosave), and the mysql_store_result(connection) for save queries (mysql_async_create_query)
|