TEG> Batara Kesuma <[EMAIL PROTECTED]> writes:
>> Hello,
>> 
>> I think it might not be a right mailing list for this question, but I
>> don't know where else should I post it. 
>> 
>> If I run Perl DBI's $dbh->connect() without $dbh->disconnect(), MySQL (or
>> is it the Perl DBI module) will run rollback() with an error message:
>> Issuing rollback() for database handle being DESTROY'd without explicit
>> disconnect().
>> 
>> My question is, is there any bad effect for MySQL to run the rollback()?
>> (ex. MySQL server will become slower, MySQL server will crash, etc).

TEG> Well, you've just lost the effects of your operation...

Only if AutoCommit is off and table type support transactions.

-- 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| Ilya Martynov (http://martynov.org/)                                    |
| GnuPG 1024D/323BDEE6 D7F7 561E 4C1D 8A15 8E80  E4AE BE1A 53EB 323B DEE6 |
| AGAVA Software Company (http://www.agava.com/)                          |
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to