summaryrefslogtreecommitdiff
path: root/storage/connect/array.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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