mariadb/storage/xtradb
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
..
api MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2 2016-10-10 14:36:09 +04:00
btr Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
buf Merge branch '10.2-numa' of https://github.com/grooverdan/mariadb-server into grooverdan-10.2-numa 2016-10-24 09:07:49 +03:00
data
dict Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
dyn
eval
fil Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
fsp
fts
fut
ha
handler Move InnoDB/XtraDB to async deadlock kill for parallel replication. 2016-10-17 12:52:14 +02:00
ibuf
include MDEV-8791 - AIX: Unresolved Symbols during linking 2016-10-31 12:18:23 +04:00
lock Move InnoDB/XtraDB to async deadlock kill for parallel replication. 2016-10-17 12:52:14 +02:00
log Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
mach
mem
mtr
mysql-test/storage_engine
os Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
page
pars
que
read
rem
row Merge branch '10.2' into bb-10.2-jan 2016-09-19 09:47:08 +02:00
srv Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
sync
trx Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
usr
ut
CMakeLists.txt Merge 10.2 2016-09-23 09:24:22 +10:00
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def