mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
fixed typo
This commit is contained in:
parent
eccab7f821
commit
7a56d62dfb
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ class Item_sum_udf_float :public Item_sum_num
|
|||
~Item_sum_udf_float() {}
|
||||
enum Sumfunctype sum_func () const { return UDF_SUM_FUNC; }
|
||||
double val() { return 0.0; }
|
||||
bool clear() {}
|
||||
void clear() {}
|
||||
bool add() { return 0; }
|
||||
void update_field(int offset) {}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue