Hello there.

i'm working with transactions, and i have one situtation where i start a
transaction and execute the insert/update statement, then i execute another
start transaction for another db and execute the insert/update, and if this
return a error i do the rollback, and then i do the rollback for the first
transaction.

example:
start transaction
  insert/update ....
  start transaction (for another database)
    insert/update ...
  rollback or commit
rollback or commit (this rollback isn't working)

my problem is that the rollback for the first transaction isn't working, and i
don't understand why!

can you help me?

thanks,
André Brás


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to