expire_logs_days broken by group_commit patch

Bug #1006214 reported by Stewart Smith
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Server moved to https://jira.percona.com/projects/PS
Fix Released
Medium
Stewart Smith
5.5
Fix Released
Medium
Stewart Smith

Bug Description

in MYSQL_BIN_LOG::trx_group_commit_leader(group_commit_entry *) in sql/log.cc

    if (xid_count > 0 && check_purge)
    {
      purge();
    }

This skips the purge() check and can be pretty easily reproduced with lp:~stewart/percona-server/max-binlog-files branch as otherwise you get to wait for X days to test it.

Tags: binlog

Related branches

Revision history for this message
Vadim Tkachenko (vadim-tk) wrote :

Does it affect MariaDB, as the patch comes from there?

Revision history for this message
Stewart Smith (stewart) wrote :

No, I checked MariaDB 5.5 and 5.3 and the code is different there and I believe it works there (although I haven't confirmed).

Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PS-1253

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.