summaryrefslogtreecommitdiff
path: root/storage/connect/tabsys.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-10/+10
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-39/+17
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-2/+0
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-2/+2
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-19/+42
* - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-141-3/+3
* - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-0/+2
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-2/+2
* - FIX MDEV-4853 + another bug causing the whole section to be deletedOlivier Bertrand2013-08-131-23/+61
* - Suppressing wrong code (INI tables are not indexables)Olivier Bertrand2013-07-081-4/+9
* Fixing a few compilation warnings ("no previous declaration for XXX")Alexander Barkov2013-05-131-3/+1
* - Code cleaning. Eliminating unused code, functions, and variables.Olivier Bertrand2013-05-131-64/+15
* - On Linux, closing an INI table removes it from the inihandl cacheOlivier Bertrand2013-03-261-1/+3
* - Add a new table option SEPINDEX (not used yet) and remove an unusedOlivier Bertrand2013-03-251-6/+6
* - Make INI and XML tables not writing null column valuesOlivier Bertrand2013-03-191-0/+4
* - 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-2/+10
* - Rewriting the VALUE classes as template classesOlivier Bertrand2013-02-271-1/+1
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-877/+877
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+877