Commit 5eb14585 authored by Sergei Golubchik's avatar Sergei Golubchik

more solaris fixes. xtradb and spider.

parent b25951cc
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
*/ */
#ifndef __WIN__ #ifndef __WIN__
#include <sys/types.h>
#include <sys/un.h> #include <sys/un.h>
#endif #endif
......
...@@ -399,7 +399,7 @@ ENDIF() ...@@ -399,7 +399,7 @@ ENDIF()
# Only required for old GCC (3.4.3) that does not support hidden visibility # 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 IF(CMAKE_SYSTEM_NAME MATCHES "SunOS" AND CMAKE_COMPILER_IS_GNUCC
AND NOT HAVE_VISIBILITY_HIDDEN) 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() ELSE()
SET(LINKER_SCRIPT) SET(LINKER_SCRIPT)
ENDIF() ENDIF()
......
...@@ -3,10 +3,12 @@ ...@@ -3,10 +3,12 @@
_maria_plugin_interface_version_; _maria_plugin_interface_version_;
_maria_sizeof_struct_st_plugin_; _maria_sizeof_struct_st_plugin_;
_maria_plugin_declarations_; _maria_plugin_declarations_;
_mysql_plugin_interface_version_; my_snprintf_service;
_mysql_sizeof_struct_st_plugin_; thd_alloc_service;
_mysql_plugin_declarations_; thd_autoinc_service;
*_service; thd_error_context_service;
thd_kill_statement_service;
thd_wait_service;
local: local:
*; *;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment