summaryrefslogtreecommitdiff
path: root/storage/connect/tabdos.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-251-5/+4
* - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-25/+25
* - Set MONGO_ENABLEDOlivier Bertrand2017-08-311-0/+1
* Fix unhandled exception:Olivier Bertrand2017-06-111-1/+1
* Fix MDEV-12969. Crash during inserting binary value in Connect table.Olivier Bertrand2017-06-061-81/+91
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-51/+49
* All changes made on 10.1Olivier Bertrand2017-02-161-2/+2
* Commit changes made for version 10.1Olivier Bertrand2017-01-171-8/+28
* Fix some XML table type bugs:Olivier Bertrand2016-12-231-12/+22
* - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-141-16/+7
* - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-121-3/+33
* - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS.Olivier Bertrand2016-12-021-24/+24
* 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