mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Solaris compilation failure: xtradb is linked in statically, ha_innodb.so needs
the linker script.
This commit is contained in:
parent
302e4776e0
commit
dc23a9501a
3 changed files with 10 additions and 10 deletions
14
storage/innobase/plugin_exports
Normal file
14
storage/innobase/plugin_exports
Normal file
|
|
@ -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:
|
||||
*;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue