-
Olav Sandstaa authored
Follow-up patch: The group_min_max test failed when running on 32 bit platforms in due to off by one "rows" estimates. This is caused by different results from doing floating point operations where we previously used integer values for rec_per_key variables in the cost model for loose index scan. Adjusted the test to accept both values as the expected "rows" estimate.
Olav Sandstaa authoredFollow-up patch: The group_min_max test failed when running on 32 bit platforms in due to off by one "rows" estimates. This is caused by different results from doing floating point operations where we previously used integer values for rec_per_key variables in the cost model for loose index scan. Adjusted the test to accept both values as the expected "rows" estimate.
Loading