summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-11-08 08:54:07 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-11-08 08:54:07 +0200
commit456d4a508c510f4cb3798145944a47c8f3954465 (patch)
tree9aa7c279033bfb7bc6d7bc948bbfa0240cfd63c6
parenteabb3b35d5ab76ceacd9006bb388e310f7016315 (diff)
downloadmariadb-git-456d4a508c510f4cb3798145944a47c8f3954465.tar.gz
Remove an unused file
The file plugin_exports became unused in commit fec844aca88e1c6b9c36bb0b811e92d9d023ffb9
-rw-r--r--storage/innobase/plugin_exports14
1 files changed, 0 insertions, 14 deletions
diff --git a/storage/innobase/plugin_exports b/storage/innobase/plugin_exports
deleted file mode 100644
index 235ae3d5e72..00000000000
--- a/storage/innobase/plugin_exports
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- 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:
- *;
-};