-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 5.5.61-38.13, 5.6.41-84.1, 5.7.23-23
-
Fix Version/s: 5.7.23-24, 5.5.62-38.14, 5.6.42-84.2
-
Component/s: None
-
Labels:
For PS 5.7 PURGE CHANGED_PAGE_BITMAPS doesn't work when innodb_data_home_dir is used to move innodb's data outside of mysqls' data directory.
Steps to reproduce:
1. Run MySQL with:
[mysqld]
innodb_track_changed_pages=1
innodb_max_bitmap_file_size = 4096
innodb_data_home_dir = /test01/innodb
2. Generate some inserts
3. Execute
PURGE CHANGED_PAGE_BITMAPS BEFORE lsn;