-
Aditya A authored
Test case fix for cmp_per_index.test which was using count(*) for scanning the table using primary index. The removal of Wl6742 triggered count(*) to use secondary index which was causing the test to fail for some innodb compression levels. Fix is to force the table to use primary index by doing select * from table.
Aditya A authoredTest case fix for cmp_per_index.test which was using count(*) for scanning the table using primary index. The removal of Wl6742 triggered count(*) to use secondary index which was causing the test to fail for some innodb compression levels. Fix is to force the table to use primary index by doing select * from table.
Loading