INFORMATION_SCHEMA.INNODB_CHANGED_PAGES should be queriable when the log tracker is not running

Bug #1185304 reported by Laurynas Biveinis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Server moved to https://jira.percona.com/projects/PS
Fix Released
Wishlist
Laurynas Biveinis
5.1
Fix Released
Wishlist
Laurynas Biveinis
5.5
Fix Released
Wishlist
Laurynas Biveinis
5.6
Fix Released
Wishlist
Laurynas Biveinis

Bug Description

Right now it is not:

i_s_innodb_changed_pages_fill(

...

 if (!srv_track_changed_pages) {
  DBUG_RETURN(0);
 }

...

But there is no reason for this. The use case of querying the existing bitmaps with the log tracker stopped is perfectly reasonable.

Tags: bitmap xtradb

Related branches

tags: added: bitmap xtradb
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Removing this code provides very easy testcase for bug 1184427.

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-2424

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.