mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@@ -669,6 +669,7 @@ public:
|
||||
static LEX_CSTRING name= {STRING_WITH_LEN("json_arrayagg(") };
|
||||
return name;
|
||||
}
|
||||
bool fix_fields(THD *thd, Item **ref) override;
|
||||
enum Sumfunctype sum_func() const override { return JSON_ARRAYAGG_FUNC; }
|
||||
|
||||
String* val_str(String *str) override;
|
||||
|
Reference in New Issue
Block a user