Splitting a static function get_func_mm_tree() into virtual
methods in Item_bool_func descendants, which gives some advantages: - Removing the "bool inv" parameter, as its now available through "this" for Item_func_between and Item_func_in, and is not needed for the other Item_func_xxx. - Removing casts - Making a step to data types plugings
Showing
This diff is collapsed.
Please register or sign in to comment