=== modified file 'sql/binlog.cc' --- sql/binlog.cc revid:vasil.dimov@oracle.com-20130319100559-98j42j031fba0kln +++ sql/binlog.cc 2013-03-26 16:03:40 +0000 @@ -6572,7 +6572,7 @@ DBUG_EXECUTE_IF("crash_commit_before_unlog", DBUG_SUICIDE();); bool check_purge= false; mysql_mutex_lock(&LOCK_log); - int error= rotate(true, &check_purge); + int error= rotate(false, &check_purge); mysql_mutex_unlock(&LOCK_log); if (!error && check_purge)