Rocar Peças wrote:
Dear Friends,
I´m programming in C, Linux envirnment.
The SELECT´s results are being brought to the client by using mysql_store_result. And the result sets are being released by mysql_free_result.
The problem is: as mysql_free_result is called, the system memory is NOT actual
Dear Friends,
I´m programming in C, Linux envirnment.
The SELECT´s results are being brought to the client by using mysql_store_result. And
the result sets are being released by mysql_free_result.
The problem is: as mysql_free_result is called, the system memory is NOT actually
released.
For