summaryrefslogtreecommitdiff
path: root/storage/connect/tabdos.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-3/+3
* Fix the TDBDOS::EstimatedLength function that was wrongly countingOlivier Bertrand2015-08-061-1/+2
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-9/+9
* JSONColumns and XMLColumns revisited. They can retrieve their parameters dire...Olivier Bertrand2015-05-261-0/+2
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-12/+13
* - Adding the JSON table typeOlivier Bertrand2015-01-191-1/+2
* - Add new table type VIR and virtual indexOlivier Bertrand2014-10-311-2/+7
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-9/+13
* - in CheckCond change strcat to strncat to avoid the case of non zeroOlivier Bertrand2014-10-091-1/+1
* - Fix MDEV-6802 in a clean way.Olivier Bertrand2014-09-301-7/+7
* - Initialise min/max buffer to 0 to avoid valgrind complainingOlivier Bertrand2014-09-021-0/+7
* - Avoid uninitialised warning from valgrindOlivier Bertrand2014-08-291-0/+2
* - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-221-16/+20
* - Modifies the way indexed UPDATE/DELETE are sorted in order to executeOlivier Bertrand2014-08-161-6/+24
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-152/+202
* - Modif avglen calculation and add AVG_ROW_LENGTH option to testOlivier Bertrand2014-07-221-2/+4
* - Fix bugs in handling of remote index when updating and deletingOlivier Bertrand2014-07-221-14/+9
* - FIX errors and some gcc warningsOlivier Bertrand2014-07-201-3/+3
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-9/+58
* - Commit merged filesOlivier Bertrand2014-05-311-10/+27
|\
| * - Eliminate virtual columns from CSV and FMT table fieldsOlivier Bertrand2014-05-301-10/+27
* | - Adding fetched columns to Dynamic index key (unique only)Olivier Bertrand2014-05-021-14/+18
* | - Implementation of adding selected columns to dynamic indexes.Olivier Bertrand2014-04-301-12/+26
* | - Implement dynamic indexingOlivier Bertrand2014-04-261-3/+81
* | - Commit merged filesOlivier Bertrand2014-04-231-4/+4
|\ \ | |/
| * Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-4/+4
| |\
* | \ - Commit merge filesOlivier Bertrand2014-04-191-2572/+2570
|\ \ \ | |/ /
| * | - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-141-21/+21
| |/
* | - Commit various changesOlivier Bertrand2014-04-071-7/+0
|\ \ | |/
| * - Should fix valgrind diag on uninitialized valueOlivier Bertrand2014-03-231-7/+0
* | - MRR + Block IndexingOlivier Bertrand2014-03-201-2710/+2579
|\ \ | |/
| * - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-96/+76
* | - TemporaryOlivier Bertrand2014-03-101-71/+1500
|/
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-6/+9
* - Add support for unsigned numeric typesOlivier Bertrand2013-12-031-2/+11
* - Fix gcc compilation warningsOlivier Bertrand2013-11-261-1/+1
* - Working on eliminating valgrind warning/errorsOlivier Bertrand2013-06-301-1/+1
* - Add support of NULLs for file table columns.Olivier Bertrand2013-04-101-1/+5
* - All the processing of creating, dropping, modifying indexes was redesigned.Olivier Bertrand2013-04-091-3/+3
* - Prepar using indexes in MAP mode (not used yet)Olivier Bertrand2013-04-071-4/+2
* - Fix problems related to table file names when not specified:Olivier Bertrand2013-03-291-2/+4
* - Implemented: not split indexes (all indexes in one file)Olivier Bertrand2013-03-281-6/+4
* - Add a new table option SEPINDEX (not used yet) and remove an unusedOlivier Bertrand2013-03-251-18/+19
* - New handling of default file name:Olivier Bertrand2013-03-121-1/+1
* - Add tiny integer as a supported type by CONNECTOlivier Bertrand2013-03-111-1/+12
* - Make indexes to be rebuilt on Update only when an indexed column was updated.Olivier Bertrand2013-03-101-2/+17
* - Delete ALL or truncate must not be done using file mapping.Olivier Bertrand2013-03-081-1/+5
* - Commit changes on memory mapping that hopefully should now work on Linux.Olivier Bertrand2013-03-081-5/+1
* - Until the problem is fixed, temporarily not use mapping on Linux for Update.Olivier Bertrand2013-03-081-0/+4