• Alexander Barkov's avatar
    Removing Item_int_func::sargable. Adding virtual implementations of · 40e5acea
    Alexander Barkov authored
    count_sargable_conds() instead for Item_func_in, Item_func_null_predicate,
    Item_bool_func2. There other Item_int_func descendants that used to set
    "sargable" to true (Item_func_between, Item_equal) already have their
    own implementation of count_sargable_conds(). There is no sense to
    have two parallel coding models for the same thing.
    40e5acea
item_func.h 64.3 KB