zkfan / tungsten-replicator

Automatically exported from code.google.com/p/tungsten-replicator
0 stars 0 forks source link

ROLLBACK statements that can be found inside the binlog are badly extracted and handled #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. In one transaction, update an INNODB table
2. In the samse transaction, update a MYISAM table
3. Rollback this transaction

Because of block commit, it is possible that more than the current transaction 
is rolled back, whereas only this transaction should rollback.

Original issue reported on code.google.com by stephane...@gtempaccount.com on 21 Jun 2011 at 8:15

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r237.

Original comment by stephane...@gtempaccount.com on 22 Jun 2011 at 10:09