diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-05-01 14:05:52 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-05-01 14:05:52 +0200 |
commit | dc23a9501a995d7b24c98877fbdf40435ad1a097 (patch) | |
tree | 963b31c0f3852c1ee6eae37756950cb46ec78c3d /storage/innobase/plugin_exports | |
parent | 302e4776e0be6b71512446c1bd6a3541b08b8350 (diff) | |
download | mariadb-git-dc23a9501a995d7b24c98877fbdf40435ad1a097.tar.gz |
Solaris compilation failure: xtradb is linked in statically, ha_innodb.so needs
the linker script.
Diffstat (limited to 'storage/innobase/plugin_exports')
-rw-r--r-- | storage/innobase/plugin_exports | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/storage/innobase/plugin_exports b/storage/innobase/plugin_exports new file mode 100644 index 00000000000..235ae3d5e72 --- /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: + *; +}; |