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 5.6.31-77.0 2016-08-10 19:24:58 +02:00
dict Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
dyn move to storage/xtradb 2015-05-04 19:15:28 +02:00
eval move to storage/xtradb 2015-05-04 19:15:28 +02:00
fil Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
fsp Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
fts Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
fut move to storage/xtradb 2015-05-04 19:15:28 +02:00
ha 5.6.30-76.3 2016-06-21 14:20:09 +02:00
handler Move InnoDB/XtraDB to async deadlock kill for parallel replication. 2016-10-17 12:52:14 +02:00
ibuf Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
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 move to storage/xtradb 2015-05-04 19:15:28 +02:00
mem 5.6.31-77.0 2016-08-10 19:24:58 +02:00
mtr Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
mysql-test/storage_engine Follow-up for MDEV-6720 (enable connection log in mysqltest by default) 2016-06-19 20:30:03 +03:00
os Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
page Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
pars Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
que 5.6.24-72.2 2015-06-16 11:04:40 +02:00
read move to storage/xtradb 2015-05-04 19:15:28 +02:00
rem Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
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 Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
trx Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
usr move to storage/xtradb 2015-05-04 19:15:28 +02:00
ut MDEV-9872: New Power8 crc32(ieee) optimized functions 2016-08-05 11:50:46 +04:00
CMakeLists.txt Merge 10.2 2016-09-23 09:24:22 +10:00
COPYING.Google move to storage/xtradb 2015-05-04 19:15:28 +02:00
COPYING.Percona move to storage/xtradb 2015-05-04 19:15:28 +02:00
Doxyfile move to storage/xtradb 2015-05-04 19:15:28 +02:00
ha_innodb.def move to storage/xtradb 2015-05-04 19:15:28 +02:00