Comment 10 for bug 1331586

Revision history for this message
Ovais Tariq (ovais-tariq) wrote :

Would need to see how partial events are handled by single-threaded replication and whats happens when SQL_thread sees a STOP event or the start of a new binlog. If SQL_thread does not execute rollback in such case, then that might mean executing the same transaction twice. Because in our case, after the UPDATE in the partial transaction, a BEGIN would be seen which automatically commit the previous partial transaction.