mariadb/storage/connect
Olivier Bertrand 40a56581b0 Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings
Introduce typedef PCSZ and replace PSZ by it where it matters
All done on CONNECT but compile still fails because of an included system file
  modified:   storage/connect/array.cpp
  modified:   storage/connect/catalog.h
  modified:   storage/connect/colblk.cpp
  modified:   storage/connect/colblk.h
  modified:   storage/connect/domdoc.cpp
  modified:   storage/connect/domdoc.h
  modified:   storage/connect/filamdbf.cpp
  modified:   storage/connect/filamdbf.h
  modified:   storage/connect/filamfix.cpp
  modified:   storage/connect/filamgz.cpp
  modified:   storage/connect/filamvct.cpp
  modified:   storage/connect/filamvct.h
  modified:   storage/connect/ha_connect.cc
  modified:   storage/connect/ha_connect.h
  modified:   storage/connect/jdbconn.cpp
  modified:   storage/connect/jdbconn.h
  modified:   storage/connect/json.cpp
  modified:   storage/connect/json.h
  modified:   storage/connect/jsonudf.cpp
  modified:   storage/connect/jsonudf.h
  modified:   storage/connect/libdoc.cpp
  modified:   storage/connect/macutil.cpp
  modified:   storage/connect/myconn.cpp
  modified:   storage/connect/myutil.cpp
  modified:   storage/connect/myutil.h
  modified:   storage/connect/odbconn.cpp
  modified:   storage/connect/odbconn.h
  modified:   storage/connect/plgdbsem.h
  modified:   storage/connect/plgdbutl.cpp
  modified:   storage/connect/plgxml.cpp
  modified:   storage/connect/plgxml.h
  modified:   storage/connect/plugutil.cpp
  modified:   storage/connect/preparse.h
  modified:   storage/connect/reldef.cpp
  modified:   storage/connect/reldef.h
  modified:   storage/connect/tabdos.cpp
  modified:   storage/connect/tabdos.h
  modified:   storage/connect/tabext.cpp
  modified:   storage/connect/tabext.h
  modified:   storage/connect/tabfix.cpp
  modified:   storage/connect/tabfix.h
  modified:   storage/connect/tabfmt.cpp
  modified:   storage/connect/tabfmt.h
  modified:   storage/connect/tabjdbc.cpp
  modified:   storage/connect/tabjdbc.h
  modified:   storage/connect/tabjson.cpp
  modified:   storage/connect/table.cpp
  modified:   storage/connect/tabmac.cpp
  modified:   storage/connect/tabmgo.cpp
  modified:   storage/connect/tabmul.cpp
  modified:   storage/connect/tabmul.h
  modified:   storage/connect/tabmysql.cpp
  modified:   storage/connect/tabmysql.h
  modified:   storage/connect/tabodbc.cpp
  modified:   storage/connect/tabodbc.h
  modified:   storage/connect/tabpivot.cpp
  modified:   storage/connect/tabpivot.h
  modified:   storage/connect/tabsys.cpp
  modified:   storage/connect/tabsys.h
  modified:   storage/connect/tabutil.cpp
  modified:   storage/connect/tabutil.h
  modified:   storage/connect/tabvir.cpp
  modified:   storage/connect/tabvir.h
  modified:   storage/connect/tabxml.cpp
  modified:   storage/connect/tabxml.h
  modified:   storage/connect/tabzip.cpp
  modified:   storage/connect/tabzip.h
  modified:   storage/connect/valblk.cpp
  modified:   storage/connect/valblk.h
  modified:   storage/connect/value.cpp
  modified:   storage/connect/value.h
  modified:   storage/connect/xindex.cpp
  modified:   storage/connect/xobject.cpp
  modified:   storage/connect/xobject.h
  modified:   storage/connect/xtable.h
2017-05-08 12:42:12 +02:00
..
mysql-test/connect Fix MDEV-12587 MariaDB CONNECT DIR Type 2017-05-03 01:06:00 +02: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 Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
array.h All changes made on 10.1 2017-02-16 18:01:48 +01:00
blkfil.cpp Add mongoDB access to json tables. 2017-04-13 21:30:33 +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 Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02: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 Comment out in CMakeLists.txt 2017-04-14 12:58:47 +02:00
colblk.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
colblk.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
connect.cc Prepare fixing MDEV-12149 2017-05-06 23:43:02 +02:00
connect.h Correct FSF address 2017-03-10 18:21:29 +01: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 Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
domdoc.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02: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 crash when a line is not ended by \n. 2017-03-27 15:40:07 +02:00
filamap.h Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
filamdbf.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
filamdbf.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
filamfix.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +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 Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
filamgz.h Commit changes made for version 10.1 2017-01-17 19:39:49 +01:00
filamtxt.cpp Add mongoDB access to json tables. 2017-04-13 21:30:33 +02:00
filamtxt.h Prepare fixing MDEV-12149 2017-05-06 23:43:02 +02:00
filamvct.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
filamvct.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
filamzip.cpp Prepare fixing MDEV-12149 2017-05-06 23:43:02 +02:00
filamzip.h Prepare fixing MDEV-12149 2017-05-06 23:43:02 +02:00
filter.cpp Fix MDEV-12631 valgrind warning for zipped tables 2017-04-29 23:33:10 +02:00
filter.h Fix MDEV-12631 valgrind warning for zipped tables 2017-04-29 23:33:10 +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 Replace setjmp-longjmp's by try_catch-throw 2017-03-05 19:43:17 +01:00
ha_connect.cc Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
ha_connect.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
inihandl.c Correct FSF address 2017-03-10 18:21:29 +01:00
inihandl.h - Add the PROFILE_End function in inihandl. Called by connect_done_func 2013-06-29 01:10:31 +02:00
ioapi.c Fixed compiler warnings 2017-02-28 16:10:46 +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 Prepare fixing MDEV-12149 2017-05-06 23:43:02 +02:00
JdbcInterface.java - Fix null pointer java error when connecting to jdbc:drill driver. 2016-11-27 14:42:37 +01:00
jdbconn.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
jdbconn.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
json.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
json.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
jsonudf.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
jsonudf.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
libdoc.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
libdoc.h Fixing warnings: 2013-07-08 11:05:59 +04:00
macutil.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +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
mongofam.cpp Fix MDEV-12587 MariaDB CONNECT DIR Type 2017-05-03 01:06:00 +02:00
mongofam.h Fix MDEV-12631 valgrind warning for zipped tables 2017-04-29 23:33:10 +02:00
msgid.h - Adding the JSON table type 2015-01-19 18:55:25 +01:00
mycat.cc Fix MDEV-12587 MariaDB CONNECT DIR Type 2017-05-03 01:06:00 +02:00
mycat.h Fix MDEV-12587 MariaDB CONNECT DIR Type 2017-05-03 01:06:00 +02:00
myconn.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +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 Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
myutil.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
noconst.c Add new UDF noconst. 2015-08-19 17:52:33 +02:00
odbccat.h Prepare fixing MDEV-12149 2017-05-06 23:43:02 +02:00
odbconn.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
odbconn.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
OracleInterface.java All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
os.h Prepare fixing MDEV-12149 2017-05-06 23:43:02 +02:00
osutil.c Replace setjmp-longjmp's by try_catch-throw 2017-03-05 19:43:17 +01: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 Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
plgdbutl.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
plgodbc.h
plgxml.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
plgxml.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
plugutil.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
PostgresqlInterface.java All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
preparse.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
rcmsg.c Commit od last modifications made for version 10.0 2015-06-06 19:23:06 +02:00
rcmsg.h Fixing compiler warnings ("no previous declaration for ...") 2013-05-13 15:57:49 +04:00
reldef.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
reldef.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02: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 Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabdos.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabext.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabext.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabfix.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabfix.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabfmt.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabfmt.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabjdbc.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabjdbc.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabjson.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabjson.h Prepare fixing MDEV-12149 2017-05-06 23:43:02 +02:00
table.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabmac.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabmac.h All changes made on 10.1 2017-02-16 18:01:48 +01:00
tabmgo.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabmgo.h Prepare fixing MDEV-12149 2017-05-06 23:43:02 +02:00
tabmul.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabmul.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabmysql.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabmysql.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
taboccur.cpp All changes made on 10.1 2017-02-16 18:01:48 +01:00
taboccur.h - NOTE: an experimental implementation of MRR was done but not kept 2014-03-10 18:29:04 +01:00
tabodbc.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabodbc.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabpivot.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabpivot.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabsys.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabsys.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabtbl.cpp All changes made on 10.1 2017-02-16 18:01:48 +01:00
tabtbl.h - Fix MDEV-9603 compiler error. 2016-03-16 19:17:55 +01:00
tabutil.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabutil.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabvct.cpp Add mongoDB access to json tables. 2017-04-13 21:30:33 +02:00
tabvct.h All changes made on 10.1 2017-02-16 18:01:48 +01:00
tabvir.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabvir.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabwmi.cpp Prepare fixing MDEV-12149 2017-05-06 23:43:02 +02:00
tabwmi.h Prepare fixing MDEV-12149 2017-05-06 23:43:02 +02:00
tabxcl.cpp All changes made on 10.1 2017-02-16 18:01:48 +01:00
tabxcl.h All changes made on 10.1 2017-02-16 18:01:48 +01:00
tabxml.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabxml.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabzip.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
tabzip.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02: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 Correct FSF address 2017-03-10 18:21:29 +01:00
user_connect.h Correct FSF address 2017-03-10 18:21:29 +01:00
valblk.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
valblk.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
value.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
value.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
xindex.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
xindex.h All changes made on 10.1 2017-02-16 18:01:48 +01:00
xobject.cpp Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
xobject.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
xtable.h Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings 2017-05-08 12:42:12 +02:00
zip.c Fixed compiler warnings 2017-02-28 16:10:46 +01:00
zip.h - MDEV-11295: developing handling files contained in ZIP file. 2016-12-12 10:57:19 +01:00