Hello, I was just going through mysql.h, in st_mysql. i found a variable my_bool free_me, what is the significance of this variable ?
Another question that has been bothering me - What happens if a query has been started with mysql_real_query() and then for some reason mysql_close() is used to close the connection (of course this happens in a separate thread) What would happen to the resources the closed_query had been using ? With the normal Mysql server , with the embedded server ? Thank you Gamin