From a175314c3e5827eb193872241446f2f8f5c9d33c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 20:07:14 +0200 Subject: Adding upstream version 1:10.5.12. Signed-off-by: Daniel Baumann --- storage/innobase/plugin_exports | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 storage/innobase/plugin_exports (limited to 'storage/innobase/plugin_exports') 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: + *; +}; -- cgit v1.2.3