diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2021-03-17 09:03:45 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2021-04-21 10:21:43 +0400 |
commit | e9fd327ee313088b9a8f497f1c1409990ce6c1cd (patch) | |
tree | 377a1dc735b35e99d56915d71077730c8cbebfb9 /sql/sql_explain.h | |
parent | a3099a3b4a394da360b5c1e7ae6dc985ae2f7f2f (diff) | |
download | mariadb-git-e9fd327ee313088b9a8f497f1c1409990ce6c1cd.tar.gz |
MDEV-17399 Add support for JSON_TABLE.
The specific table handler for the table functions was introduced,
and used to implement 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 42590e0bea0..d034d7cbf35 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 }; |