• Monty's avatar
    Change class variable names in rowid_filter to longer, more clear names · bcd5454b
    Monty authored
    No code logic changes was done
    
    a     -> gain
    b     -> cost_of_building_range_filter
    a_adj -> gain_adj
    r     -> row_combinations
    
    Other things:
    - Optimized the layout of class Range_rowid_filter_cost_info.
      One effect was that I moved key_no to the private section to get
      better alignment and had to introduce a get_key_no() function.
    - Indentation changes in rowid_filter.cc to avoid long rows.
    bcd5454b
sql_select.cc 1010 KB