mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
more solaris fixes. xtradb and spider.
This commit is contained in:
parent
b25951cc5e
commit
5eb145858d
3 changed files with 8 additions and 5 deletions
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
|
||||
#ifndef __WIN__
|
||||
#include <sys/types.h>
|
||||
#include <sys/un.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -399,7 +399,7 @@ ENDIF()
|
|||
# Only required for old GCC (3.4.3) that does not support hidden visibility
|
||||
IF(CMAKE_SYSTEM_NAME MATCHES "SunOS" AND CMAKE_COMPILER_IS_GNUCC
|
||||
AND NOT HAVE_VISIBILITY_HIDDEN)
|
||||
SET(LINKER_SCRIPT "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/plugin_exports")
|
||||
SET(LINKER_SCRIPT "-Wl,-M${CMAKE_CURRENT_SOURCE_DIR}/plugin_exports")
|
||||
ELSE()
|
||||
SET(LINKER_SCRIPT)
|
||||
ENDIF()
|
||||
|
|
|
@ -3,10 +3,12 @@
|
|||
_maria_plugin_interface_version_;
|
||||
_maria_sizeof_struct_st_plugin_;
|
||||
_maria_plugin_declarations_;
|
||||
_mysql_plugin_interface_version_;
|
||||
_mysql_sizeof_struct_st_plugin_;
|
||||
_mysql_plugin_declarations_;
|
||||
*_service;
|
||||
my_snprintf_service;
|
||||
thd_alloc_service;
|
||||
thd_autoinc_service;
|
||||
thd_error_context_service;
|
||||
thd_kill_statement_service;
|
||||
thd_wait_service;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue