cs: ~/personal >> mail [EMAIL PROTECTED] Subject: automatic roll-back
I am using BDB tables as offered by MySQL version 3.23.43-max. My question is related to aborting transactions. I am implementing a global transaction manager and using several MySQL engines. Suppose the GTM fails, what happens to the transactions that were currently executing at the MySQL(s) ? Are they automatically aborted ? If not is is possible to issue an abort after the GTM recovers ? The problem I have is that, in the current interface offered by MySQL, there is no way I know of to specify a transaction id (the commands are BEGIN/ABORT without a tid). Thanx, -Cristiana --------------------------------------------------------------------- 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