mariadb/storage/connect
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
..
mysql-test/connect
.gitignore
ApacheInterface.java
array.cpp
array.h
blkfil.cpp
blkfil.h
block.h
catalog.h
checklvl.h
Client.java
CMakeLists.txt
colblk.cpp
colblk.h
connect.cc
connect.h
csort.cpp
csort.h
domdoc.cpp
domdoc.h
encas.h
engmsg.h
enids.h
filamap.cpp
filamap.h
filamdbf.cpp
filamdbf.h
filamfix.cpp
filamfix.h
filamtxt.cpp
filamtxt.h
filamvct.cpp
filamvct.h
filamzip.cpp
filamzip.h
filter.cpp
filter.h
fmdlex.c
frcas.h
frids.h
frmsg.h
frmsg1.h
frmsg2.h
global.h
ha_connect.cc
ha_connect.h
inihandl.c
inihandl.h
jdbccat.h
JdbcInterface.java
jdbconn.cpp
jdbconn.h
json.cpp
json.h
jsonudf.cpp
jsonudf.h
libdoc.cpp
libdoc.h
macutil.cpp
macutil.h
maputil.cpp
maputil.h
MariadbInterface.java
messages.h
msgid.h
mycat.cc
mycat.h
myconn.cpp
myconn.h
MysqlInterface.java
myutil.cpp
myutil.h
noconst.c
odbccat.h
odbconn.cpp
odbconn.h
OracleInterface.java
os.h
osutil.c
osutil.h
plgcnx.h
plgdbsem.h
plgdbutl.cpp
plgodbc.h
plgxml.cpp
plgxml.h
plugutil.c
PostgresqlInterface.java
preparse.h
rcmsg.c
rcmsg.h
reldef.cpp
reldef.h
resource.h
tabcol.cpp
tabcol.h
tabdos.cpp
tabdos.h
tabfix.cpp
tabfix.h
tabfmt.cpp
tabfmt.h
tabjdbc.cpp
tabjdbc.h
tabjson.cpp
tabjson.h
table.cpp
tabmac.cpp
tabmac.h
tabmul.cpp
tabmul.h
tabmysql.cpp
tabmysql.h
taboccur.cpp
taboccur.h
tabodbc.cpp
tabodbc.h
tabpivot.cpp
tabpivot.h
tabsys.cpp
tabsys.h
tabtbl.cpp
tabtbl.h
tabutil.cpp
tabutil.h
tabvct.cpp
tabvct.h
tabvir.cpp
tabvir.h
tabwmi.cpp
tabwmi.h
tabxcl.cpp
tabxcl.h
tabxml.cpp
tabxml.h
user_connect.cc
user_connect.h
valblk.cpp
valblk.h
value.cpp
value.h
xindex.cpp
xindex.h
xobject.cpp
xobject.h
xtable.h