summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2019-10-14 14:24:22 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2019-10-14 14:24:22 +0400
commitba8e5e689c8a1756573c9cbf6a59e9ec32d86457 (patch)
tree28767f4bb6609bea651a179da5214129438f0be7 /sql/lex.h
parentb1c2c4ee1b246144033c95d849d59ed0a1192829 (diff)
downloadmariadb-git-ba8e5e689c8a1756573c9cbf6a59e9ec32d86457.tar.gz
MDEV-16620 JSON_ARRAYAGG and JSON_OBJECTAGG.
Ison_objectagg implemented.
Diffstat (limited to 'sql/lex.h')
-rw-r--r--sql/lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/lex.h b/sql/lex.h
index df2de54dbc5..bb998d5b70f 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -742,6 +742,7 @@ static SYMBOL sql_functions[] = {
{ "FIRST_VALUE", SYM(FIRST_VALUE_SYM)},
{ "GROUP_CONCAT", SYM(GROUP_CONCAT_SYM)},
{ "JSON_ARRAYAGG", SYM(JSON_ARRAYAGG_SYM)},
+ { "JSON_OBJECTAGG", SYM(JSON_OBJECTAGG_SYM)},
{ "LAG", SYM(LAG_SYM)},
{ "LEAD", SYM(LEAD_SYM)},
{ "MAX", SYM(MAX_SYM)},