Bug #23213 | Relay log deleted without all events being applied | ||
---|---|---|---|
Submitted: | 12 Oct 2006 12:28 | Modified: | 6 Nov 2007 15:29 |
Reporter: | Andrei Elkin | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.1.12 | OS: | Any |
Assigned to: | Andrei Elkin | CPU Architecture: | Any |
[12 Oct 2006 12:28]
Andrei Elkin
[12 Oct 2006 12:50]
Andrei Elkin
To make it more dramatic i slightly change the conditions. connection master; create table t(a int); connection slave; stop slave sql_thead; connection master; insert into t values (1); ... the rest remains, just exclude `stop slave sql_thread'. Now upon `flush logs; start slave sql_thread' all what has been reported remains plus connection slave; select * from t; # -> empty table which means the insert got lost.
[14 Oct 2006 17:14]
Andrei Elkin
Taking back for one more verification.