Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Done
-
None
-
None
-
2018-14
Description
There is an accessor sql/item_cmpfunc.h:Item_func_case::get_first_expr_num() in forked server code that is used to determine whether the CASE is simple or searched. This accessor should be removed if it is possible.
class Item_func_case :public Item_func_hybrid_field_type |
...
|
get_first_expr_num() { return first_expr_num; } |
Attachments
Issue Links
- is part of
-
MCOL-1532 Run ColumnStore with vanilla MariaDB server
- Closed