mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Minor reorganization in Item hierarchy, to remove duplicate code.
- Adding a new class Item_args, represending regular function or aggregate function arguments array. - Adding a new class Item_func_or_sum, a parent class for Item_func and Item_sum - Moving Item_result_field::name() to Item_func_or_sum(), as name() is not needed on Item_result_field level.
This commit is contained in:
parent
3c4668c519
commit
99898c6f76
9 changed files with 179 additions and 122 deletions
|
|
@ -240,7 +240,6 @@ public:
|
|||
@return the SELECT_LEX structure associated with this Item
|
||||
*/
|
||||
st_select_lex* get_select_lex();
|
||||
const char *func_name() const { DBUG_ASSERT(0); return "subselect"; }
|
||||
virtual bool expr_cache_is_needed(THD *);
|
||||
virtual void get_cache_parameters(List<Item> ¶meters);
|
||||
virtual bool is_subquery_processor (uchar *opt_arg) { return 1; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue