MySQL Forums
Forum List  »  InnoDB

transaction not work for trigger table
Posted by: kilin wang
Date: June 26, 2008 07:47PM

I desinged a product with trigger and transaction of mysql. But i find a
problem, it is very strange.

there are two tables. table_a(innoDB) and table_b(memory), they are of
same structure. if update/insert/delete table_a, table_b will also do
the same(trigger working).
Now, a transaction is added. and the problem is coming out: if rollback
the transction, only table_a rollbacked, table_b not.

Options: ReplyQuote


Subject
Views
Written By
Posted
transaction not work for trigger table
5854
June 26, 2008 07:47PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.