• Alexander Barkov's avatar
    MDEV-7950 Item_func::type() takes 0.26% in OLTP RO · 2fe4d0e6
    Alexander Barkov authored
    Step #3: Splitting the function check_equality() into a method in Item.
    Implementing Item::check_equality() and Item_func_eq::check_equality().
    Implement Item_func_eq::build_equal_items() in addition to
    Item_func::build_equal_items() and moving the call for check_equality()
    from Item_func::build_equal_items() to Item_func_eq::build_equal_items().
    2fe4d0e6
item_cmpfunc.h 67.5 KB