summaryrefslogtreecommitdiff
path: root/sql/discover.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/discover.h')
-rw-r--r--sql/discover.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/discover.h b/sql/discover.h
index a663e44128d..d7f94240fa6 100644
--- a/sql/discover.h
+++ b/sql/discover.h
@@ -21,4 +21,12 @@
int readfrm(const char *name, uchar **data, size_t *length);
int writefrm(const char* name, const uchar* data, size_t len);
+int extension_based_table_discovery(MY_DIR *dirp, const char *ext,
+ handlerton::discovered_list *tl);
+
+#ifdef MYSQL_SERVER
+int ext_table_discovery_simple(MY_DIR *dirp, const char *ext_meta,
+ handlerton::discovered_list *result);
+#endif
+
#endif /* DISCOVER_INCLUDED */