summaryrefslogtreecommitdiff
path: root/sql/sql_explain.h
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2020-07-28 02:51:48 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2020-07-28 02:51:48 +0400
commit077d1c837ba10931f21a718dcfeb7bdc0cc073b2 (patch)
tree3c26fe777813e5d0c129f6ea243bf7f1006f33da /sql/sql_explain.h
parente0c0a15ee9e45ef17283b3a65ed4647b1477622a (diff)
downloadmariadb-git-bb-mdev-17399-hf.tar.gz
MDEV-17399 Add support for JSON_TABLE.bb-mdev-17399-hf
EXPLAIN and EXPLAIN FORMAT=JSON added for the JSON_TABLE.
Diffstat (limited to 'sql/sql_explain.h')
-rw-r--r--sql/sql_explain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_explain.h b/sql/sql_explain.h
index 9090416847f..6587f0e4178 100644
--- a/sql/sql_explain.h
+++ b/sql/sql_explain.h
@@ -550,6 +550,7 @@ enum explain_extra_tag
ET_CONST_ROW_NOT_FOUND,
ET_UNIQUE_ROW_NOT_FOUND,
ET_IMPOSSIBLE_ON_CONDITION,
+ ET_TABLE_FUNCTION,
ET_total
};