30 Dec
2005
30 Dec
'05
3:37 p.m.
On Wed, 2005-12-28 at 20:50 +0200, Adrian Vasile wrote:
/* connection lost - try immediate reconnect */
/* but first close the connection :) */
if (conn->connected)
mysql_conn_close(conn); if (!mysql_conn_open(conn)) break; if (mysql_query(conn->mysql, query) == 0) {
</snip>
i suppose that v1alpha5 has the same bug.. addapt to needs
Alpha5 contains pretty much rewritten SQL support, so it doesn't have this bug anymore.