From: Jochen Wiedmann Date: December 27 2001 6:02pm Subject: Re: Another DBD::mysql bug List-Archive: http://lists.mysql.com/perl/1585 Message-Id: <1009476134.3c2b6226a4441@webmail.LF.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Zitiere Christian Jaeger : > Hello > > There is also another bug: > > connect with autocommit 0ff. > restart mysql > $DB->commit; # This time it will *NOT* give an error. It seems > # that this commit is silently optimized away by It is not optimized, it is due to the fact that MySQL doesn't report an error when issuing a commit in AutoCommit mode. However, I think this second problem is mainly also caused by the silent reconnect, thus also handled by dropping the reconnect feature without AutoCommit mode.