mysql_close() problem [REPOSTING]

2004-08-03 Thread Venkateswaran, Bhaskar
Hi, I just upgraded to mysql-4.0.20 compiled using gcc-3.3.3. All my C++ DB interfaces connecting to this mysql database seem to run into a problem - when I try to disconnect, mysql_close() is called but the program just hangs there without being able to close the connection. Can someone

mysql_close() problem

2004-08-02 Thread Venkateswaran, Bhaskar
Hi, I just upgraded to mysql-4.0.20 compiled using gcc-3.3.3. All my C++ DB interfaces connecting to this mysql database seem to run into a problem - when I try to disconnect, mysql_close() is called but the program just hangs there without being able to close the connection. Can someone please