summaryrefslogtreecommitdiff
path: root/storage/connect/tabxml.cpp
Commit message (Expand)AuthorAgeFilesLines
* dirty mergeOleksandr Byelkin2019-02-071-126/+153
|\
| * Squashed commit of connect/10.0:Olivier Bertrand2019-01-251-128/+164
| * Squashed commit of connect/10.0:Sergei Golubchik2018-04-261-13/+13
| * Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-191-1/+1
| * Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-08-011-20/+20
| * Fix wrong value of JSON columnOlivier Bertrand2017-05-111-74/+8
| * Fix MDEV-12587 MariaDB CONNECT DIR TypeOlivier Bertrand2017-05-031-2/+5
| * Fix MDEV-12142 crash when creating CSV tableOlivier Bertrand2017-03-061-31/+99
* | Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-2/+11
|\ \
| * | - Make PlugSubAlloc to be exportableOlivier Bertrand2018-12-011-2/+11
* | | MDEV-14900 Upstream 10.3 debian patchesSergei Golubchik2018-08-121-1/+1
|/ /
* | - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-251-1/+1
* | - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-12/+12
* | Fix unhandled exception:Olivier Bertrand2017-06-111-20/+20
* | Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-37/+42
|/
* Update version number and dateOlivier Bertrand2017-03-021-1/+1
* All changes made on 10.1Olivier Bertrand2017-02-161-3/+3
* Commit changes made for version 10.1Olivier Bertrand2017-01-171-0/+5
* Fix some XML table type bugs:Olivier Bertrand2016-12-231-13/+43
* - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-141-1/+6
* Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-10/+10
* PATCH-P0-FIX-UPSTREAM: Fix possible buffer overflow (MDEV-8317)Olivier Bertrand2015-11-081-7/+9
* Commit merge resolved filesOlivier Bertrand2015-06-051-5/+0
* Commit merge resolved filesOlivier Bertrand2015-06-051-0/+5
|\
| * - Fix a regression bug on (XML) HTML tables.Olivier Bertrand2015-05-051-2/+3
* | Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-14/+14
* | JSONColumns and XMLColumns revisited. They can retrieve their parameters dire...Olivier Bertrand2015-05-261-30/+32
* | Get rid of more GCC warnings about unused parametersOlivier Bertrand2015-05-101-5/+21
* | Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-1/+1
* | Typo to check buildbotOlivier Bertrand2015-05-081-46/+0
* | - Fix a regression bug on (XML) HTML tables.Olivier Bertrand2015-05-051-2/+3
|/
* - Fix Catalog JSON table crash when no JpathOlivier Bertrand2015-04-171-11/+365
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-4/+1
* 5.5.40+ mergeSergei Golubchik2014-10-091-1/+1
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-1/+1
* - FIX some MAP and XMAP errors (such as mapped indexes not closed)Olivier Bertrand2014-05-101-2/+2
* - FIX a bug causing libxml2 not retrieving expanded multiple column values.Olivier Bertrand2014-04-221-51/+74
* - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-141-21/+21
* - Fix bug MDEV-5928Olivier Bertrand2014-03-211-4/+7
* - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-0/+2
* - Check field option changes on ALTER TABLE in check_if_supported_inplace_alter.Olivier Bertrand2014-02-071-1/+1
* This is a major update of CONNECT that goes from version 1.1 to 1.2Olivier Bertrand2014-02-031-8/+53
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-2/+2
* - Fix several bugs causing memory leak or invalid access detectedOlivier Bertrand2013-09-221-11/+27
* - Try to fix a uninitialised valgrind warningOlivier Bertrand2013-07-051-0/+1
* - Fix problems related to table file names when not specified:Olivier Bertrand2013-03-291-5/+9
* - Add a new table option SEPINDEX (not used yet) and remove an unusedOlivier Bertrand2013-03-251-26/+33
* - Make INI and XML tables not writing null column valuesOlivier Bertrand2013-03-191-8/+3
* - New handling of default file name:Olivier Bertrand2013-03-121-1/+1
* - XML and INI tables now return NULL when a node does not exist in a row (XML)Olivier Bertrand2013-03-101-38/+52