mariadb/storage/connect
Marko Mäkelä 89d80c1b0b Fix many -Wconversion warnings.
Define my_thread_id as an unsigned type, to avoid mismatch with
ulonglong.  Change some parameters to this type.

Use size_t in a few more places.

Declare many flag constants as unsigned to avoid sign mismatch
when shifting bits or applying the unary ~ operator.

When applying the unary ~ operator to enum constants, explictly
cast the result to an unsigned type, because enum constants can
be treated as signed.

In InnoDB, change the source code line number parameters from
ulint to unsigned type. Also, make some InnoDB functions return
a narrower type (unsigned or uint32_t instead of ulint;
bool instead of ibool).
2017-03-07 19:07:27 +02:00
..
mysql-test/connect Merge branch 'bb-10.2-serg-merge' into 10.2 2017-02-11 09:45:34 +01:00
.gitignore git90.msg + git91.msg 2016-06-02 23:36:19 +02:00
ApacheInterface.java - Fix MDEV-11234. Escape quoting character. Should be doubled. 2016-11-06 14:57:27 +01:00
array.cpp Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
array.h Same changes than in version 10.0.17 2015-03-19 12:21:08 +01:00
blkfil.cpp Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
blkfil.h - FIX errors and some gcc warnings 2014-07-20 20:39:17 +02:00
block.h Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
catalog.h connect engine compiler warnings 2016-02-18 09:22:41 +01:00
checklvl.h Same changes than in version 10.0.17 2015-03-19 12:21:08 +01:00
Client.java All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
CMakeLists.txt - MDEV-11295: developing handling files contained in ZIP file. 2016-12-12 10:57:19 +01:00
colblk.cpp Commit od last modifications made for version 10.0 2015-06-06 19:23:06 +02:00
colblk.h Last commit was done with wrong files 2015-05-10 12:52:28 +02:00
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 - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL. 2014-03-18 19:25:50 +01:00
domdoc.cpp Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
domdoc.h Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
encas.h - 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 Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
filamap.h Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
filamdbf.cpp Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
filamdbf.h - Working on MDEV-10525. Lrecl mismatch on DBF files 2016-09-16 22:14:14 +02:00
filamfix.cpp Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
filamfix.h - Add a new CONNECT global variable allowing to tell whether or not 2014-08-22 17:30:22 +02:00
filamgz.cpp - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS. 2016-12-02 23:03:43 +01:00
filamgz.h - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS. 2016-12-02 23:03:43 +01:00
filamtxt.cpp Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
filamtxt.h Last commit was done with wrong files 2015-05-10 12:52:28 +02:00
filamvct.cpp Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +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 connect zip bug fix 2017-01-17 22:08:19 +01:00
filamzip.h Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
filter.cpp Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
filter.h Commit od last modifications made for version 10.0 2015-06-06 19:23:06 +02:00
fmdlex.c - Fix MDEV-9279. Replacing exit(1) in yy_fatal_error by a longjmp. 2015-12-14 23:49:17 +01:00
frcas.h - 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
frmsg2.h
global.h Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
ha_connect.cc Merge branch '10.1' into 10.2 2017-02-10 17:01:45 +01:00
ha_connect.h - MDEV-11295: developing handling files contained in ZIP file. 2016-12-14 14:20:23 +01:00
inihandl.c fix build and some warnings 2016-11-24 17:36:02 +03:00
inihandl.h
ioapi.c - MDEV-11295: developing handling files contained in ZIP file. 2016-12-12 10:57:19 +01:00
ioapi.h connect: compilation errors and few obvious bugs 2017-01-17 16:21:53 +01:00
JavaWrappers.jar - Fix null pointer java error when connecting to jdbc:drill driver. 2016-11-27 14:42:37 +01:00
jdbccat.h - Fix MDEV-11234. Escape quoting character. Should be doubled. 2016-11-06 14:57:27 +01:00
JdbcInterface.java - Fix null pointer java error when connecting to jdbc:drill driver. 2016-11-27 14:42:37 +01:00
jdbconn.cpp - MDEV-11051 place Java classes ApacheInterface and JdbcInterface into single jar file. 2016-11-14 19:20:40 +01:00
jdbconn.h - Fix MDEV-11234. Escape quoting character. Should be doubled. 2016-11-06 14:57:27 +01:00
json.cpp - Fix MDEV-10496. Memory leak in discovery 2016-09-05 13:18:04 +02:00
json.h Commit updating CONNECT from the 10.1 version 2015-12-04 22:38:16 +01:00
jsonudf.cpp Merge branch '10.1' into 10.2 2017-02-10 17:01:45 +01:00
jsonudf.h - Fix MDEV-11234. Escape quoting character. Should be doubled. 2016-11-06 14:57:27 +01:00
libdoc.cpp Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
libdoc.h
macutil.cpp Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
macutil.h Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +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
MariadbInterface.java All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
messages.h
msgid.h - Adding the JSON table type 2015-01-19 18:55:25 +01:00
mycat.cc - MDEV-11295: developing handling files contained in ZIP file. 2016-12-12 10:57:19 +01:00
mycat.h - MDEV-11295: developing handling files contained in ZIP file. 2016-12-14 14:20:23 +01:00
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 Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
myutil.h - Add longjmp initialization in PlgAllocResult 2013-12-11 23:33:36 +01:00
noconst.c Add new UDF noconst. 2015-08-19 17:52:33 +02:00
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 Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
osutil.c Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +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 - MDEV-11295: developing handling files contained in ZIP file. 2016-12-12 10:57:19 +01:00
plgdbutl.cpp Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
plgodbc.h
plgxml.cpp Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
plgxml.h Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
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 - NOTE: an experimental implementation of MRR was done but not kept 2014-03-10 18:29:04 +01:00
rcmsg.c Commit od last modifications made for version 10.0 2015-06-06 19:23:06 +02:00
rcmsg.h
reldef.cpp Merge branch '10.1' into 10.2 2017-02-10 17:01:45 +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 - Possibly fix MDEV-10179 Reset remote tables when re-opening 2016-06-13 14:28:02 +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 some XML table type bugs: 2016-12-23 16:58:32 +01:00
tabdos.h Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
tabfix.cpp - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS. 2016-12-02 23:03:43 +01:00
tabfix.h Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
tabfmt.cpp Merge branch '10.1' into 10.2 2017-02-10 17:01:45 +01:00
tabfmt.h - MDEV-11295: developing handling files contained in ZIP file. 2016-12-12 10:57:19 +01:00
tabjdbc.cpp Merge branch '10.1' into 10.2 2017-02-10 17:01:45 +01:00
tabjdbc.h - Fix MDEV-11234. Escape quoting character. Should be doubled. 2016-11-06 14:57:27 +01:00
tabjson.cpp Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
tabjson.h - MDEV-11295: developing handling files contained in ZIP file. 2016-12-12 10:57:19 +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 Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
tabmac.h Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +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 Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
tabmysql.cpp Merge branch 'connect/10.0' into 10.0 2016-04-26 23:48:18 +02:00
tabmysql.h Commit updating CONNECT from the 10.1 version 2015-12-04 22:38:16 +01:00
taboccur.cpp Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +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 - 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 - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB Schema 2016-01-09 20:52:17 +01:00
tabpivot.h Same changes than in version 10.0.17 2015-03-19 12:21:08 +01:00
tabsys.cpp Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
tabsys.h All the last changes made in the ob-10.0 branch including also changes of line endings of some test files 2015-05-20 12:39:17 +02:00
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 - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB Schema 2016-01-09 20:52:17 +01:00
tabutil.h Last commit was done with wrong files 2015-05-10 12:52:28 +02:00
tabvct.cpp Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
tabvct.h - Make storing and sorting values using less memory allocation 2014-08-25 18:34:51 +02:00
tabvir.cpp Last commit was done with wrong files 2015-05-10 12:52:28 +02:00
tabvir.h Last commit was done with wrong files 2015-05-10 12:52:28 +02:00
tabwmi.cpp Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +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 Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +02:00
tabxcl.h Last commit was done with wrong files 2015-05-10 12:52:28 +02:00
tabxml.cpp Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
tabxml.h Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
tabzip.cpp - MDEV-11295: developing handling files contained in ZIP file. 2016-12-12 10:57:19 +01:00
tabzip.h - MDEV-11295: developing handling files contained in ZIP file. 2016-12-12 10:57:19 +01:00
unzip.c - MDEV-11295: developing handling files contained in ZIP file. 2016-12-12 10:57:19 +01:00
unzip.h - MDEV-11295: developing handling files contained in ZIP file. 2016-12-12 10:57:19 +01:00
user_connect.cc Last commit was done with wrong files 2015-05-10 12:52:28 +02:00
user_connect.h Last commit was done with wrong files 2015-05-10 12:52:28 +02:00
valblk.cpp Commit changes pulled from ob-10.0 2015-06-02 10:34:51 +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 - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS. 2016-12-02 23:03:43 +01:00
value.h - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS. 2016-12-02 23:03:43 +01:00
xindex.cpp - Fix MDEV-11234. Escape quoting character. Should be doubled. 2016-11-06 14:57:27 +01: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
zip.c - MDEV-11295: developing handling files contained in ZIP file. 2016-12-12 10:57:19 +01:00
zip.h - MDEV-11295: developing handling files contained in ZIP file. 2016-12-12 10:57:19 +01:00