summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2020-06-15 23:21:29 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2020-06-15 23:21:29 +0400
commite290e5a75d0c2b12133c2ed118e3bc9bd26a266d (patch)
treeb78ba5f70ad319cffe8b61f1824bacfe892c5659 /sql/item_func.h
parent6c573a9146caa76807db1190e0747f5befb5b170 (diff)
downloadmariadb-git-e290e5a75d0c2b12133c2ed118e3bc9bd26a266d.tar.gz
MDEV-22837 JSON_ARRAYAGG and JSON_OBJECTAGG treat JSON arguments as text.
Item_field::is_json_value() implemented.
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index cd49496eb23..4922d20bd0c 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -76,7 +76,7 @@ public:
SUSERVAR_FUNC, GUSERVAR_FUNC, COLLATE_FUNC,
EXTRACT_FUNC, CHAR_TYPECAST_FUNC, FUNC_SP, UDF_FUNC,
NEG_FUNC, GSYSVAR_FUNC, IN_OPTIMIZER_FUNC, DYNCOL_FUNC,
- JSON_EXTRACT_FUNC,
+ JSON_EXTRACT_FUNC, JSON_VALID_FUNC,
CASE_SEARCHED_FUNC, // Used by ColumnStore/Spider
CASE_SIMPLE_FUNC // Used by ColumnStore/spider
};