in reply to DBI connection springs back to life - how?
DBD::mysql has a "reconnect" feature that handles the so-called MySQL "morning bug":
If the server has disconnected, most probably due to a
timeout, then by default the driver will reconnect and attempt to execute the same SQL statement again.
However, this behaviour is disabled when AutoCommit is off: Otherwise the transaction state would be completely unpredictable after a reconnect.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: DBI connection springs back to life - how?
by mp (Deacon) on Jul 26, 2002 at 15:18 UTC |