summaryrefslogtreecommitdiff
path: root/storage/connect/array.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-09-021-75/+52
|\
| * Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2019-08-301-75/+52
| |\
| | * In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-08-171-75/+52
* | | Merge 10.3 into 10.4Marko Mäkelä2019-07-251-2/+2
|\ \ \ | |/ /
| * | imporve clang buildEugene Kosov2019-06-251-2/+2
| * | Squashed commit of connect/10.0:Sergei Golubchik2018-04-261-11/+11
| * | Squashed commit of the following:Vicențiu Ciorbaru2017-10-261-1/+1
| * | Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-191-1/+1
| * | Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-08-011-6/+6
| * | compilation warnings in ConnectSergei Golubchik2017-05-191-5/+5
| * | Merge remote-tracking branch 'origin/10.0' into 10.0Vicențiu Ciorbaru2017-05-181-0/+2
| |\ \
| | * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-0/+2
| * | | Fix wrong value of JSON columnOlivier Bertrand2017-05-111-17/+1
| * | | Fix MDEV-12142 crash when creating CSV tableOlivier Bertrand2017-03-061-6/+22
| |/ /
* | | Fixed compiler warnings form gcc 7.3.1Monty2019-04-191-0/+2
| |/ |/|
* | - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-251-1/+1
* | - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-10/+10
* | - Set MONGO_ENABLEDOlivier Bertrand2017-08-311-0/+2
* | Fix unhandled exception:Olivier Bertrand2017-06-111-4/+4
* | Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-15/+15
|/
* All changes made on 10.1Olivier Bertrand2017-02-161-54/+54
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-3/+3
* Get rid of more GCC warnings about unused parametersOlivier Bertrand2015-05-101-2/+2
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-3/+3
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-5/+0
* Merge 10.0-connect -> 10.0Alexander Barkov2014-10-011-4/+6
|\
| * - Fix MDEV-6802 in a clean way.Olivier Bertrand2014-09-301-3/+3
| * - Add #include <stdint> needed by GCC to declare uintptr_tOlivier Bertrand2014-09-301-0/+1
| * - Fix all compiler issues on FreeBSD clang.Olivier Bertrand2014-09-301-1/+1
* | 10.0-connect mergeSergei Golubchik2014-09-121-3/+10
|\ \ | |/
| * - Make storing and sorting values using less memory allocationOlivier Bertrand2014-08-251-2/+9
* | Fixed compiler warningsMichael Widenius2014-09-121-2/+1
|/
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-7/+76
* - Fix an error pointed out by Valgrind due to uninitialised CorrelatedOlivier Bertrand2014-07-251-3/+3
* - FIX errors and some gcc warningsOlivier Bertrand2014-07-201-14/+17
* - Adding files needed for block indexingOlivier Bertrand2014-03-101-0/+1095