mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge with 4.0
This commit is contained in:
commit
21fd1d270e
125 changed files with 4583 additions and 4780 deletions
|
|
@ -298,6 +298,7 @@ class Item_sum_avg :public Item_sum_num
|
|||
void update_field();
|
||||
Item *result_item(Field *field)
|
||||
{ return new Item_avg_field(this); }
|
||||
void no_rows_in_result() {}
|
||||
const char *func_name() const { return "avg"; }
|
||||
Item *copy_or_same(THD* thd);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue