summaryrefslogtreecommitdiffstats
path: root/storage/innobase/plugin_exports
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 18:07:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 18:07:14 +0000
commita175314c3e5827eb193872241446f2f8f5c9d33c (patch)
treecd3d60ca99ae00829c52a6ca79150a5b6e62528b /storage/innobase/plugin_exports
parentInitial commit. (diff)
downloadmariadb-10.5-9e4947182e0b875da38088fdd168e775f473b8ad.tar.xz
mariadb-10.5-9e4947182e0b875da38088fdd168e775f473b8ad.zip
Adding upstream version 1:10.5.12.upstream/1%10.5.12upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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:
+ *;
+};