Skip to content
  • Olav Sandstaa's avatar
    b333dcfb
    WL#7339 Use improved records per key estimate interface in optimizer · b333dcfb
    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.
    b333dcfb
    WL#7339 Use improved records per key estimate interface in optimizer
    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.
Loading