Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
5eb14585
Commit
5eb14585
authored
Feb 05, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more solaris fixes. xtradb and spider.
parent
b25951cc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
storage/spider/hs_client/socket.cpp
storage/spider/hs_client/socket.cpp
+1
-0
storage/xtradb/CMakeLists.txt
storage/xtradb/CMakeLists.txt
+1
-1
storage/xtradb/plugin_exports
storage/xtradb/plugin_exports
+6
-4
No files found.
storage/spider/hs_client/socket.cpp
View file @
5eb14585
...
...
@@ -8,6 +8,7 @@
*/
#ifndef __WIN__
#include <sys/types.h>
#include <sys/un.h>
#endif
...
...
storage/xtradb/CMakeLists.txt
View file @
5eb14585
...
...
@@ -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
()
...
...
storage/xtradb/plugin_exports
View file @
5eb14585
...
...
@@ -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:
*;
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment