summaryrefslogtreecommitdiff
path: root/storage/connect/tabxml.cpp
Commit message (Expand)AuthorAgeFilesLines
* In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-07-301-1/+1
* 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
* 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
* - Fix conversion bug for MS-DOM XML tables. The node content was writtenOlivier Bertrand2013-03-021-3/+28
* - Rewriting the VALUE classes as template classesOlivier Bertrand2013-02-271-1/+1
* - Fix crash on making an XML table with encoding=XXXOlivier Bertrand2013-02-201-3/+11
* Fixing wrong sprintf() calls.Alexander Barkov2013-02-071-2/+2
* Fixing some of the compilation warnings.Alexander Barkov2013-02-071-2/+0
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-1712/+1712
* Introducing functions global_open() and global_fopen() for these purposes:Alexander Barkov2013-02-061-1/+1