summaryrefslogtreecommitdiff
path: root/storage/connect/array.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-1/+1
|\
| * Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-08-011-6/+6
* | Merge branch 'connect/10.2' into 10.2Sergei Golubchik2017-07-131-7/+7
|\ \ | |/ |/|
| * Fix unhandled exception:Olivier Bertrand2017-06-111-4/+4
| * Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-15/+15
* | 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
|/
* 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