summaryrefslogtreecommitdiffstats
path: root/storage/innobase/plugin_exports
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/plugin_exports')
-rw-r--r--storage/innobase/plugin_exports14
1 files changed, 14 insertions, 0 deletions
diff --git a/storage/innobase/plugin_exports b/storage/innobase/plugin_exports
new file mode 100644
index 00000000..235ae3d5
--- /dev/null
+++ b/storage/innobase/plugin_exports
@@ -0,0 +1,14 @@
+{
+ global:
+ _maria_plugin_interface_version_;
+ _maria_sizeof_struct_st_plugin_;
+ _maria_plugin_declarations_;
+ my_snprintf_service;
+ thd_alloc_service;
+ thd_autoinc_service;
+ thd_error_context_service;
+ thd_kill_statement_service;
+ thd_wait_service;
+ local:
+ *;
+};