mariadb/storage/connect
Monty f6cc7f1bdc Fixed failing test cases and compiler warnings
- Fixed wait condition in kill_processlist-6619
- Updated Ssl_chiper for openssl tests
- Added supression for valgrinds when using libcrypto
- Fixed wrong argument to pthread_mutex in server_audit.c when compiling with debug
- Adding missing debug_sync_update() to debug_sync.h
- Added initializers to some variables and fixed error handling in jsonudf.cpp
- Fixed cluster_filter_unpack_varchar which doesn't have a stable index type.
- Updated compiler_warnings.supp
2016-04-25 15:37:24 +03:00
..
mysql-test/connect Merge branch 'connect/10.0' into 10.0 2016-02-16 19:35:58 +01:00
array.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
array.h - Begin eliminating on Linux OverloadedVirtual warnings. 2015-01-27 19:18:51 +01:00
blkfil.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
blkfil.h - FIX errors and some gcc warnings 2014-07-20 20:39:17 +02:00
block.h Add unicode ODBC types to the types recognized by CONNECT. 2015-05-30 10:59:34 +02:00
catalog.h connect engine compiler warnings 2016-02-18 09:22:41 +01:00
checklvl.h - Modify the connect_type_conv and connect_conv_size variables. 2015-02-07 11:33:52 +01:00
CMakeLists.txt MDEV-9617 solaris sparc build fails on 10.0 2016-04-24 18:15:20 +02:00
colblk.cpp Commit merge resolved files 2015-06-05 16:10:50 +02:00
colblk.h Get rid of GCC warnings about unused parameters 2015-05-09 17:30:20 +02:00
connect.cc Commit updating CONNECT from the 10.1 version 2015-12-04 22:38:16 +01:00
connect.h Commit updating CONNECT from the 10.1 version 2015-12-04 22:38:16 +01:00
csort.cpp Merge 10.0 -> 10.0-connect 2014-04-21 14:57:10 +04:00
csort.h - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL. 2014-03-18 19:25:50 +01:00
domdoc.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
domdoc.h - Fix Catalog JSON table crash when no Jpath 2015-04-17 20:05:41 +02:00
encas.h - Remove gcc warning (no previous declaration of msglang) 2014-11-16 01:16:51 +01:00
english.msg - Remove gcc warning (no previous declaration of msglang) 2014-11-16 01:16:51 +01:00
engmsg.h - Adding the JSON table type 2015-01-19 18:55:25 +01:00
enids.h - Implement the NEWMSG and XMSG methods 2014-11-15 18:28:24 +01:00
filamap.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
filamap.h - Fix Catalog JSON table crash when no Jpath 2015-04-17 20:05:41 +02:00
filamdbf.cpp Commit merge resolved files 2015-06-05 16:10:50 +02:00
filamdbf.h - Initialise min/max buffer to 0 to avoid valgrind complaining 2014-09-02 01:40:15 +02:00
filamfix.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
filamfix.h - Add a new CONNECT global variable allowing to tell whether or not 2014-08-22 17:30:22 +02:00
filamtxt.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
filamtxt.h Get rid of GCC warnings about unused parameters 2015-05-09 17:30:20 +02:00
filamvct.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
filamvct.h - Modifies the way indexed UPDATE/DELETE are sorted in order to execute 2014-08-16 16:46:35 +02:00
filamzip.cpp Commit updating CONNECT from the 10.1 version 2015-12-04 22:38:16 +01:00
filamzip.h 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
filter.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
filter.h Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
fmdlex.c - Fix MDEV-9279. Replacing exit(1) in yy_fatal_error by a longjmp. 2015-12-14 23:45:23 +01:00
frcas.h - Remove gcc warning (no previous declaration of msglang) 2014-11-16 01:16:51 +01:00
french.msg - Remove gcc warning (no previous declaration of msglang) 2014-11-16 01:16:51 +01:00
frids.h - Implement the NEWMSG and XMSG methods 2014-11-15 18:28:24 +01:00
frmsg.h - Remove gcc warning (no previous declaration of msglang) 2014-11-16 01:16:51 +01:00
frmsg1.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
frmsg2.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
global.h Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
ha_connect.cc Merge branch 'connect/10.0' into 10.0 2016-02-16 19:35:58 +01:00
ha_connect.h Commit updating CONNECT from the 10.1 version 2015-12-04 22:38:16 +01:00
inihandl.c 5.5.40+ merge 2014-10-09 10:30:11 +02:00
inihandl.h - Add the PROFILE_End function in inihandl. Called by connect_done_func 2013-06-29 01:10:31 +02:00
json.cpp Backported fix for ccache 2016-01-03 12:48:55 +02:00
json.h Commit updating CONNECT from the 10.1 version 2015-12-04 22:38:16 +01:00
jsonudf.cpp Fixed failing test cases and compiler warnings 2016-04-25 15:37:24 +03:00
jsonudf.h - Change SQL_NTS to 0 when the string is NULL 2016-01-25 18:44:51 +01:00
libdoc.cpp JSONColumns and XMLColumns revisited. They can retrieve their parameters directly 2015-05-26 01:02:33 +02:00
libdoc.h Fixing warnings: 2013-07-08 11:05:59 +04:00
macutil.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
macutil.h Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
maputil.cpp MDEV-9617 solaris sparc build fails on 10.0 2016-04-24 18:15:20 +02:00
maputil.h - Set connection charset before calling mysql_real_connect for MYSQL 2015-01-06 10:18:04 +01:00
messages.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
msgid.h - Adding the JSON table type 2015-01-19 18:55:25 +01:00
mycat.cc - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB Schema 2016-01-09 20:52:17 +01:00
mycat.h - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB Schema 2016-01-09 20:52:17 +01:00
myconn.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
myconn.h Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
myutil.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
myutil.h - Add longjmp initialization in PlgAllocResult 2013-12-11 23:33:36 +01:00
odbccat.h - Add the possibility to establish an ODBC connection via SQLConnect (the 2015-01-31 15:05:43 +01:00
odbconn.cpp - Fix to MDEV-9542 Connect was not handling NULLs in the answer 2016-02-15 23:41:59 +01:00
odbconn.h Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
os.h Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
osutil.c Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
osutil.h Merge 10.0 -> 10.0-connect 2014-04-21 14:57:10 +04:00
plgcnx.h Fix spelling: occurred, execute, which etc 2016-03-04 02:09:37 +02:00
plgdbsem.h Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
plgdbutl.cpp - Fix MDEV-9279. Replacing exit(1) in yy_fatal_error by a longjmp. 2015-12-14 23:45:23 +01:00
plgodbc.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
plgxml.cpp - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
plgxml.h - Fix Catalog JSON table crash when no Jpath 2015-04-17 20:05:41 +02:00
plugutil.c Commit updating CONNECT from the 10.1 version 2015-12-04 22:38:16 +01:00
preparse.h - NOTE: an experimental implementation of MRR was done but not kept 2014-03-10 18:29:04 +01:00
rcmsg.c Commit merge resolved files 2015-06-05 16:10:50 +02:00
rcmsg.h Fixing compiler warnings ("no previous declaration for ...") 2013-05-13 15:57:49 +04:00
reldef.cpp - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB Schema 2016-01-09 20:52:17 +01:00
reldef.h - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB Schema 2016-01-09 20:52:17 +01:00
resource.h - Implement the NEWMSG and XMSG methods 2014-11-15 18:28:24 +01:00
tabcol.cpp Get rid of GCC warnings about unused parameters 2015-05-09 17:30:20 +02:00
tabcol.h This commit brings many changes, in particular two important ones: 2014-07-17 18:13:51 +02:00
tabdos.cpp Fix spelling: occurred, execute, which etc 2016-03-04 02:09:37 +02:00
tabdos.h JSONColumns and XMLColumns revisited. They can retrieve their parameters directly 2015-05-26 01:02:33 +02:00
tabfix.cpp MDEV-8693 Tests connect.bin connect.endian fail on armhf (on Debian build system) 2015-10-24 20:16:06 +04:00
tabfix.h JSONColumns and XMLColumns revisited. They can retrieve their parameters directly 2015-05-26 01:02:33 +02:00
tabfmt.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
tabfmt.h Get rid of GCC warnings about unused parameters 2015-05-09 17:30:20 +02:00
tabjson.cpp - Copy error message from G to g when using temporary storage for parsing. 2015-12-13 18:39:32 +01:00
tabjson.h - Serialize: Protect again eventual longjmp's. 2015-12-08 16:39:13 +01:00
table.cpp - Fix to MDEV-9542 Connect was not handling NULLs in the answer 2016-02-15 23:41:59 +01:00
tabmac.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
tabmac.h Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
tabmul.cpp MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client() 2015-09-06 22:26:33 +02:00
tabmul.h Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
tabmysql.cpp Fix spelling: occurred, execute, which etc 2016-03-04 02:09:37 +02:00
tabmysql.h Commit updating CONNECT from the 10.1 version 2015-12-04 22:38:16 +01:00
taboccur.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
taboccur.h - NOTE: an experimental implementation of MRR was done but not kept 2014-03-10 18:29:04 +01:00
tabodbc.cpp Fix spelling: occurred, execute, which etc 2016-03-04 02:09:37 +02:00
tabodbc.h Commit updating CONNECT from the 10.1 version 2015-12-04 22:38:16 +01:00
tabpivot.cpp - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB Schema 2016-01-09 20:52:17 +01:00
tabpivot.h - Repair the errors due to the PRXCOL Init function that must be called 2015-01-28 00:19:39 +01:00
tabsys.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
tabsys.h convert files from CRLF to LF line endings 2015-05-08 11:48:16 +02:00
tabtbl.cpp - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB Schema 2016-01-09 20:52:17 +01:00
tabtbl.h Get rid of GCC warnings about unused parameters 2015-05-09 17:30:20 +02:00
tabutil.cpp - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB Schema 2016-01-09 20:52:17 +01:00
tabutil.h Get rid of GCC warnings about unused parameters 2015-05-09 17:30:20 +02:00
tabvct.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
tabvct.h - Make storing and sorting values using less memory allocation 2014-08-25 18:34:51 +02:00
tabvir.cpp Get rid of GCC warnings about unused parameters 2015-05-09 17:30:20 +02:00
tabvir.h Get rid of GCC warnings about unused parameters 2015-05-09 17:30:20 +02:00
tabwmi.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
tabwmi.h 1) Handling string memory allocation with a new STRING class. This is only 2014-10-21 17:29:51 +02:00
tabxcl.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
tabxcl.h Get rid of GCC warnings about unused parameters 2015-05-09 17:30:20 +02:00
tabxml.cpp Commit updating CONNECT from the 10.1 version 2015-12-04 22:38:16 +01:00
tabxml.h JSONColumns and XMLColumns revisited. They can retrieve their parameters directly 2015-05-26 01:02:33 +02:00
user_connect.cc Get rid of more GCC warnings about unused parameters 2015-05-10 12:14:21 +02:00
user_connect.h Get rid of more GCC warnings about unused parameters 2015-05-10 12:14:21 +02:00
valblk.cpp Change all preprocessor compiler directives to use __WIN__ as the mean of 2015-05-27 16:23:38 +02:00
valblk.h - Fix to MDEV-9542 Connect was not handling NULLs in the answer 2016-02-15 23:41:59 +01:00
value.cpp ASAN error in CONNECT engine 2016-03-21 11:43:19 +01:00
value.h Merge branch 'connect/10.0' into 10.0 2015-12-13 23:52:43 +01:00
xindex.cpp MDEV-9617 solaris sparc build fails on 10.0 2016-04-24 18:15:20 +02:00
xindex.h MDEV-9617 solaris sparc build fails on 10.0 2016-04-24 18:15:20 +02:00
xobject.cpp Commit updating CONNECT from the 10.1 version 2015-12-04 22:38:16 +01:00
xobject.h Commit updating CONNECT from the 10.1 version 2015-12-04 22:38:16 +01:00
xtable.h Commit updating CONNECT from the 10.1 version 2015-12-04 22:38:16 +01:00