mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
dc23a9501a
the linker script.
14 lines
285 B
Text
14 lines
285 B
Text
{
|
|
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:
|
|
*;
|
|
};
|