mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
merge
This commit is contained in:
commit
a66b398eb8
19 changed files with 569 additions and 171 deletions
|
|
@ -60,8 +60,10 @@ public:
|
|||
Item_sum(THD *thd, Item_sum *item);
|
||||
void cleanup()
|
||||
{
|
||||
DBUG_ENTER("Item_sum::cleanup");
|
||||
Item_result_field::cleanup();
|
||||
result_field=0;
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
enum Type type() const { return SUM_FUNC_ITEM; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue