Bug #37847 Bug #28618 was not fixed in version 5.0
Submitted: 3 Jul 2008 18:26 Modified: 11 Dec 2008 21:21
Reporter: Sveta Smirnova Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Replication Severity:S2 (Serious)
Version:5.0 bzr OS:Any
Assigned to: CPU Architecture:Any

[3 Jul 2008 18:26] Sveta Smirnova
Description:
Bug #28618 (Skipping into the middle of a group with SQL_SLAVE_SKIP_COUNTER is possible) was not fixed in version 5.0.

How to repeat:
See Bug #28618
[16 Jul 2008 17:26] Michael Widenius
This should be trivial to fix in 5.0 (as 5.0 code in this regard is much simpler than 5.1).

Suggested fix:
- Ensure we don't get a rotate event between two associated events in   MYSQL_BIN_LOG::write() for two related events.
[29 Aug 2008 6:14] Lars Thalmann
Regarding Monty's comment:

The rotate is not the problem, the problem is that the group log 
position is updated before the entire group has finished executing, 
causing it to start executing from the middle of a group if
the slave crashes for some reason.
[11 Dec 2008 21:22] Omer Barnir
Issue will not be fixed in 5.0 based on risk and effort associated