diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2020-07-28 02:51:48 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2020-07-28 02:51:48 +0400 |
commit | 077d1c837ba10931f21a718dcfeb7bdc0cc073b2 (patch) | |
tree | 3c26fe777813e5d0c129f6ea243bf7f1006f33da /sql/sql_explain.h | |
parent | e0c0a15ee9e45ef17283b3a65ed4647b1477622a (diff) | |
download | mariadb-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.h | 1 |
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 }; |