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 MDEV-9143 JSON_xxx functions. 2016-10-19 14:10:03 +04:00
.gitignore git90.msg + git91.msg 2016-06-02 23:36:19 +02:00
ApacheInterface.java All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
array.cpp
array.h
blkfil.cpp
blkfil.h
block.h
catalog.h
checklvl.h
Client.java All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
CMakeLists.txt All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
colblk.cpp
colblk.h
connect.cc - Fix an error causing MYSQL table to fail saying "no result set" 2016-04-25 00:13:06 +02:00
connect.h All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
csort.cpp All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
csort.h
domdoc.cpp
domdoc.h
encas.h
engmsg.h
enids.h
filamap.cpp
filamap.h
filamdbf.cpp General spell fixing in comments and strings 2016-06-08 14:17:23 +03:00
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 Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
ha_connect.h Merge branch 'connect/10.0' into 10.0 2016-04-26 23:48:18 +02:00
inihandl.c Add all changes made on 10.1 2016-05-12 23:08:22 +02:00
inihandl.h
jdbccat.h Add all changes made on 10.1 2016-05-12 23:08:22 +02:00
JdbcInterface.java - JdbcInterface: change return type of ...Field function 2016-08-10 18:27:31 +02:00
jdbconn.cpp - JdbcInterface: change return type of ...Field function 2016-08-10 18:27:31 +02:00
jdbconn.h All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
json.cpp Merge branch '10.0' into 10.1 2016-07-13 12:09:59 +02:00
json.h
jsonudf.cpp Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
jsonudf.h Add all changes made on 10.1 2016-05-12 23:08:22 +02:00
libdoc.cpp
libdoc.h
macutil.cpp
macutil.h
maputil.cpp MDEV-9617 solaris sparc build fails on 10.0 2016-04-24 18:15:20 +02:00
maputil.h
MariadbInterface.java All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
messages.h
msgid.h
mycat.cc Merge branch 'bb-10.0-serg' into 10.0 2016-06-22 10:54:19 +02:00
mycat.h
myconn.cpp - Possibly fix MDEV-10179 Reset remote tables when re-opening 2016-06-13 14:28:02 +02:00
myconn.h - Possibly fix MDEV-10179 Reset remote tables when re-opening 2016-06-13 14:28:02 +02:00
MysqlInterface.java All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
myutil.cpp
myutil.h
noconst.c
odbccat.h All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
odbconn.cpp - JdbcInterface: change return type of ...Field function 2016-08-10 18:27:31 +02:00
odbconn.h All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
OracleInterface.java All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
os.h
osutil.c
osutil.h
plgcnx.h Fix spelling: occurred, execute, which etc 2016-03-04 02:09:37 +02:00
plgdbsem.h Add forgotten changes made on 10.1 2016-05-12 23:26:40 +02:00
plgdbutl.cpp Add all changes made on 10.1 2016-05-12 23:08:22 +02:00
plgodbc.h
plgxml.cpp
plgxml.h
plugutil.c git90.msg + git91.msg 2016-06-02 23:36:19 +02:00
PostgresqlInterface.java All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
preparse.h
rcmsg.c
rcmsg.h
reldef.cpp MDEV-8791 - AIX: Unresolved Symbols during linking 2016-10-31 12:18:23 +04:00
reldef.h
resource.h
tabcol.cpp - Possibly fix MDEV-10179 Reset remote tables when re-opening 2016-06-13 14:28:02 +02:00
tabcol.h
tabdos.cpp Fix spelling: occurred, execute, which etc 2016-03-04 02:09:37 +02:00
tabdos.h
tabfix.cpp
tabfix.h
tabfmt.cpp General spell fixing in comments and strings 2016-06-08 14:17:23 +03:00
tabfmt.h
tabjdbc.cpp Fixed compiler warnings and failing tests 2016-10-05 01:11:08 +03:00
tabjdbc.h All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
tabjson.cpp
tabjson.h
table.cpp
tabmac.cpp
tabmac.h
tabmul.cpp
tabmul.h
tabmysql.cpp Merge branch 'connect/10.0' into 10.0 2016-04-26 23:48:18 +02:00
tabmysql.h
taboccur.cpp
taboccur.h
tabodbc.cpp - JdbcInterface: change return type of ...Field function 2016-08-10 18:27:31 +02:00
tabodbc.h All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
tabpivot.cpp
tabpivot.h
tabsys.cpp
tabsys.h
tabtbl.cpp - Possibly fix MDEV-10179 Reset remote tables when re-opening 2016-06-13 14:28:02 +02:00
tabtbl.h - Fix MDEV-9603 compiler error. 2016-03-16 19:17:55 +01:00
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 Merge branch 'connect/10.0' into 10.0 2016-04-26 23:48:18 +02:00
value.h
xindex.cpp - JdbcInterface: change return type of ...Field function 2016-08-10 18:27:31 +02:00
xindex.h MDEV-9617 solaris sparc build fails on 10.0 2016-04-24 18:15:20 +02:00
xobject.cpp
xobject.h
xtable.h