Purging bitmaps exactly up to the last tracked LSN aborts change tracking
Bug #1382336 reported by
Laurynas Biveinis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS |
Fix Released
|
Medium
|
Laurynas Biveinis | ||
5.1 |
Won't Fix
|
Medium
|
Unassigned | ||
5.5 |
Fix Released
|
Medium
|
Laurynas Biveinis | ||
5.6 |
Fix Released
|
Medium
|
Laurynas Biveinis |
Bug Description
PURGE CHANGED_
log_online_
{
...
if (srv_track_
/* If we have to delete the current output file, close it
first. */
os_file_
log_bmp_
}
...
if (srv_track_
if (lsn > log_bmp_
...
Related branches
lp:~laurynas-biveinis/percona-server/bug1382336-5.5
- Laurynas Biveinis (community): Approve
-
Diff: 64 lines (+38/-1)4 files modifiedmysql-test/suite/innodb/r/percona_changed_page_bmp_requests_debug.result (+9/-0)
mysql-test/suite/innodb/t/percona_changed_page_bmp_requests_debug-master.opt (+1/-0)
mysql-test/suite/innodb/t/percona_changed_page_bmp_requests_debug.test (+27/-0)
storage/innobase/log/log0online.c (+1/-1)
lp:~laurynas-biveinis/percona-server/bug1382336-5.6
- Laurynas Biveinis (community): Approve
-
Diff: 64 lines (+38/-1)4 files modifiedmysql-test/suite/innodb/r/percona_changed_page_bmp_requests_debug.result (+9/-0)
mysql-test/suite/innodb/t/percona_changed_page_bmp_requests_debug-master.opt (+1/-0)
mysql-test/suite/innodb/t/percona_changed_page_bmp_requests_debug.test (+27/-0)
storage/innobase/log/log0online.cc (+1/-1)
tags: | added: bitmap i44209 xtradb |
summary: |
- Purging bitmaps up to the last tracked LSN aborts change tracking + Purging bitmaps exactly up to the last tracked LSN aborts change + tracking |
To post a comment you must log in.
Percona now uses JIRA for bug reports so this bug report is migrated to: https:/ /jira.percona. com/browse/ PS-1550