mariadb/storage/connect
Olivier Bertrand 1c88b9a8d3 Fix wrong value of JSON column
When null and the column is NOT NULL the value was not reset.
  modified:   storage/connect/tabjson.cpp

Fix converting bstr_t string to set error message
  modified:   storage/connect/domdoc.cpp

Fix MDEV-12768: -Wformat-overflow compile warnings
  modified:   storage/connect/global.h
  modified:   storage/connect/jsonudf.cpp
  modified:   storage/connect/plugutil.cpp
  modified:   storage/connect/tabvct.cpp

Typo (in external_lock)
  modified:   storage/connect/ha_connect.cc

Remove some warnings
  modified:   storage/connect/odbconn.cpp
  modified:   storage/connect/tabmysql.cpp

Add MEM_RESERVE flag to virtualAlloc
  modified:   storage/connect/plgdbutl.cpp

Fix MDEV-12573:
Accept=1 may show incorrect value for NULL column in CONNECT TBL
  modified:   storage/connect/tabutil.cpp

Fix wrong setting of key size when greater than 2G
 modified:   storage/connect/xindex.cpp

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/connect.cc
  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/filamtxt.h
  modified:   storage/connect/filamvct.cpp
  modified:   storage/connect/filamvct.h
  modified:   storage/connect/filamzip.cpp
  modified:   storage/connect/filamzip.h
  modified:   storage/connect/ha_connect.cc
  modified:   storage/connect/ha_connect.h
  modified:   storage/connect/jdbccat.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/odbccat.h
  modified:   storage/connect/odbconn.cpp
  modified:   storage/connect/odbconn.h
  modified:   storage/connect/os.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/tabjson.h
  modified:   storage/connect/table.cpp
  modified:   storage/connect/tabmac.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/tabwmi.cpp
  modified:   storage/connect/tabwmi.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

Fix MDEV-12603 Insert replaces values in ZIP file
  modified:   storage/connect/filamzip.cpp
  modified:   storage/connect/filamzip.h

Fix MDEV-12686 Handle null in json
Fix MDEV-12688 Insert does not handle type TINYINT
  modified:   storage/connect/json.cpp
  modified:   storage/connect/tabjson.cpp

Fix MDEV-12653 Cannot add index for ZIP CONNECT table
  modified:   storage/connect/filamzip.cpp
  modified:   storage/connect/ha_connect.cc
  modified:   storage/connect/tabdos.cpp
  modified:   storage/connect/tabfmt.cpp
  modified:   storage/connect/tabjson.cpp
  modified:   storage/connect/xindex.cpp
2017-05-11 21:57:21 +02:00
..
mysql-test/connect Disable json tests 2017-05-03 12:05:05 +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 Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
array.h All changes made on 10.1 2017-02-16 18:01:48 +01:00
blkfil.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +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 Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
checklvl.h - Modify the connect_type_conv and connect_conv_size variables. 2015-02-07 11:33:52 +01:00
Client.java All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
CMakeLists.txt Fix MDEV-12142 crash when creating CSV table 2017-03-06 17:23:56 +01:00
colblk.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
colblk.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
connect.cc Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
connect.h Fix wrong value of JSON column 2017-05-11 21:57:21 +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 wrong value of JSON column 2017-05-11 21:57:21 +02:00
domdoc.h Fix wrong value of JSON column 2017-05-11 21:57:21 +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 Fix crash when a line is not ended by \n. 2017-03-28 10:25:21 +02:00
filamap.h Fix some XML table type bugs: 2016-12-23 16:58:32 +01:00
filamdbf.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
filamdbf.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
filamfix.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +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 Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
filamgz.h Commit changes made for version 10.1 2017-01-17 19:39:49 +01:00
filamtxt.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
filamtxt.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
filamvct.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
filamvct.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
filamzip.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
filamzip.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
filter.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
filter.h Fix wrong value of JSON column 2017-05-11 21:57:21 +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 Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
ha_connect.cc Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
ha_connect.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
inihandl.c Fix wrong value of JSON column 2017-05-11 21:57:21 +02: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 Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
ioapi.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02: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 wrong value of JSON column 2017-05-11 21:57:21 +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 Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
jdbconn.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
json.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
json.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
jsonudf.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
jsonudf.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
libdoc.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
libdoc.h Fixing warnings: 2013-07-08 11:05:59 +04:00
macutil.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +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
MariadbInterface.java All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02: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 wrong value of JSON column 2017-05-11 21:57:21 +02:00
mycat.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
myconn.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +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 Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
myutil.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
odbccat.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
odbconn.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
odbconn.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
OracleInterface.java All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
os.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
osutil.c Fix MDEV-12142 crash when creating CSV table 2017-03-06 17:23:56 +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 Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
plgdbutl.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
plgodbc.h - Fixing TAB to 2 spaces 2013-02-07 13:34:27 +04:00
plgxml.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
plgxml.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
plugutil.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
PostgresqlInterface.java All changes made on 10.1 for last 11 commits 2016-07-14 20:12:22 +02:00
preparse.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02: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 wrong value of JSON column 2017-05-11 21:57:21 +02:00
reldef.h Fix wrong value of JSON column 2017-05-11 21:57:21 +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 Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabdos.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabext.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabext.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabfix.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabfix.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabfmt.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabfmt.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabjdbc.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabjdbc.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabjson.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabjson.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
table.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabmac.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabmac.h All changes made on 10.1 2017-02-16 18:01:48 +01:00
tabmul.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabmul.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabmysql.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabmysql.h Fix wrong value of JSON column 2017-05-11 21:57:21 +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 Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabodbc.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabpivot.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabpivot.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabsys.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabsys.h Fix wrong value of JSON column 2017-05-11 21:57:21 +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 Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabutil.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabvct.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabvct.h All changes made on 10.1 2017-02-16 18:01:48 +01:00
tabvir.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabvir.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabwmi.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabwmi.h Fix wrong value of JSON column 2017-05-11 21:57:21 +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 Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabxml.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabzip.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
tabzip.h Fix wrong value of JSON column 2017-05-11 21:57:21 +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 Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
user_connect.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
valblk.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
valblk.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
value.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
value.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
xindex.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
xindex.h All changes made on 10.1 2017-02-16 18:01:48 +01:00
xobject.cpp Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
xobject.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
xtable.h Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
zip.c Fix wrong value of JSON column 2017-05-11 21:57:21 +02:00
zip.h - MDEV-11295: developing handling files contained in ZIP file. 2016-12-12 10:57:19 +01:00