summaryrefslogtreecommitdiff
path: root/storage/connect/tabxml.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove commented lines.Olivier Bertrand2015-11-221-9/+9
* PATCH-P0-FIX-UPSTREAM: Fix possible buffer overflow (MDEV-8317)Olivier Bertrand2015-11-081-8/+10
* Commit od last modifications made for version 10.0Olivier Bertrand2015-06-061-17/+0
* Commit win and CONNECT resolved filesOlivier Bertrand2015-06-051-0/+17
|\
| * Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-101-52/+22
| * - Fix a regression bug on (XML) HTML tables.Olivier Bertrand2015-05-051-2/+3
* | Commit changes pulled from ob-10.0Olivier Bertrand2015-06-021-44/+46
* | Last commit was done with wrong filesOlivier Bertrand2015-05-101-52/+23
|/
* Update 10.1 with changes from 10.0Olivier Bertrand2015-04-191-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
* 2>libdoc.cppOlivier Bertrand2013-02-021-12/+15
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+1709