Re: JDBC autoReconnect Bug

2003-04-02 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard Hyatt wrote: | If an application uses autoReconnect but disables autoCommit, then the | jdbc driver will fail to reconnect with the database. This can be | demonstrated by setting the wait_timeout on mySQL to 30 seconds, open a | connection with

JDBC autoReconnect Bug

2003-04-02 Thread Richard Hyatt
If an application uses autoReconnect but disables autoCommit, then the jdbc driver will fail to reconnect with the database. This can be demonstrated by setting the wait_timeout on mySQL to 30 seconds, open a connection with the above options and wait 40 seconds after the connection is open to exec