mariadb/storage/spider/hs_client
Sergey Vojtovich 71e11bce34 MDEV-8791 - AIX: Unresolved Symbols during linking
Clean-up nolock.h: it doesn't serve any purpose anymore. Appropriate code moved
to x86-gcc.h and my_atomic.h.

If gcc sync bultins were detected, we want to make use of them independently of
__GNUC__ definition. E.g. XLC simulates those, but doesn't define __GNUC__.

HS/Spider: According to AIX manual alloca() returns char*, which cannot be
casted to any type with static_cast. Use explicit cast instead.

MDL: Removed namemangling pragma, which didn't let MariaDB build with XLC.

WSREP: _int64 seem to be conflicting name with XLC, replaced with _integer64.

CONNECT: RTLD_NOLOAD is GNU extention. Removed rather meaningless check if
library is loaded. Multiple dlopen()'s of the same library are permitted,
and it never gets closed anyway. Except for error, which was a bug: it may
close library, which can still be referenced by other subsystems.

InnoDB: __ppc_get_timebase() is GNU extention. Only use it when __GLIBC__ is
defined.

Based on contribution by flynn1973.
2016-10-31 12:18:23 +04:00
..
allocator.hpp MDEV-8791 - AIX: Unresolved Symbols during linking 2016-10-31 12:18:23 +04:00
auto_addrinfo.hpp MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
auto_file.hpp MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
auto_ptrcontainer.hpp MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
config.cpp MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
config.hpp MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
escape.cpp MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
escape.hpp MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
fatal.cpp MDEV-9281 - Debian: the Lintian complains about "shlib-calls-exit" in handlersocket.so 2016-04-20 18:20:31 +04:00
fatal.hpp MDEV-9281 - Debian: the Lintian complains about "shlib-calls-exit" in handlersocket.so 2016-04-20 18:20:31 +04:00
hs_compat.h MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
hstcpcli.cpp MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
hstcpcli.hpp Add spider_general_log and spider_log_result_errors feature. 2013-08-24 14:42:40 +09:00
mutex.hpp MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
socket.cpp MDEV-9281 - Debian: the Lintian complains about "shlib-calls-exit" in handlersocket.so 2016-04-20 18:20:31 +04:00
socket.hpp MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
string_buffer.hpp MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
string_ref.hpp MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
string_util.cpp MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
string_util.hpp MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
thread.hpp MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
util.hpp MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00