summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2021-03-17 09:03:45 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2021-04-21 10:21:43 +0400
commite9fd327ee313088b9a8f497f1c1409990ce6c1cd (patch)
tree377a1dc735b35e99d56915d71077730c8cbebfb9 /sql/handler.h
parenta3099a3b4a394da360b5c1e7ae6dc985ae2f7f2f (diff)
downloadmariadb-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/handler.h')
-rw-r--r--sql/handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 3f8f5f5dd23..f97dcb25274 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -1724,6 +1724,8 @@ struct handlerton
};
+extern const char *hton_no_exts[];
+
static inline LEX_CSTRING *hton_name(const handlerton *hton)
{
return &(hton2plugin[hton->slot]->name);