summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index ada5fbf40d4..629a3309b56 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -1708,6 +1708,9 @@ struct handlerton
};
+extern const char *hton_no_exts[];
+
+
static inline LEX_CSTRING *hton_name(const handlerton *hton)
{
return &(hton2plugin[hton->slot]->name);