Hello,

how do I close a stale transaction? The problem is a PHP script opening a transaction, 
doing some inserts and then possibly terminating the connection on error without doing 
a COMMIT or ROLLBACK, so everything stays blocked. I found no other way out but to 
restart the server...

I read about MySQL doing a ROLLBACK automatically after some time with InnoDB tables. 
What about BDB?

(MySQL ver 3.23.41)

Thanks, Felix.

---------------------------------------------------------------------
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