summaryrefslogtreecommitdiff
path: root/storage/connect/valblk.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-191-6/+7
* Fix wrong value of JSON columnOlivier Bertrand2017-05-111-47/+11
* Fix MDEV-12142 crash when creating CSV tableOlivier Bertrand2017-03-061-20/+56
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-1/+1
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-3/+3
* This commit includes changes done in a previous (deleted) branch plus new ones.Olivier Bertrand2015-03-181-5/+4
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-1/+0
* - Initialise min/max buffer to 0 to avoid valgrind complainingOlivier Bertrand2014-09-021-2/+2
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-0/+15
* - Commit merged filesOlivier Bertrand2014-04-231-5/+5
|\
| * Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-5/+5
| |\
* | \ - Commit merged filesOlivier Bertrand2014-04-191-8/+31
|\ \ \ | |/ /
| * | - Make memory allocation of VALBLK's more flexible (can be allocatedOlivier Bertrand2014-04-051-8/+31
| |/
* | - Resolving conflictsOlivier Bertrand2014-03-221-9/+10
|\ \ | |/
| * - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-9/+10
* | - MRR + Block IndexingOlivier Bertrand2014-03-201-8/+0
|\ \ | |/
| * - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-1/+2
* | - TemporaryOlivier Bertrand2014-03-101-1/+142
|/
* This is a major update of CONNECT that goes from version 1.1 to 1.2Olivier Bertrand2014-02-031-2/+43
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-2/+18
* - Fix logical error in STRBLK::SetValueOlivier Bertrand2013-12-161-1/+1
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-9/+19
* - Add support for unsigned numeric typesOlivier Bertrand2013-12-031-36/+148
* - Fix gcc compiling errorOlivier Bertrand2013-11-281-0/+1
* - Fix gcc compilation warningsOlivier Bertrand2013-11-261-21/+101
* - Handle TINY in ODBC type conversionOlivier Bertrand2013-08-251-5/+4
* - FIX MDEV-4853 + another bug causing the whole section to be deletedOlivier Bertrand2013-08-131-1/+1
* - Restrict memcpy length in CHRBLK::SetValueOlivier Bertrand2013-07-261-1/+1
* - Trying to get rid of some valgrind warningsOlivier Bertrand2013-06-301-2/+5
* - Fix MDEV-4638Olivier Bertrand2013-06-121-1/+1
* - Adding 3 new table types:Olivier Bertrand2013-04-291-10/+56
* CONNECT engine fixes after 10.0 merge.Sergei Golubchik2013-04-191-2/+2
* - Add tiny integer as a supported type by CONNECTOlivier Bertrand2013-03-111-682/+24
* - Rewrite some VALBLK classes as templatesOlivier Bertrand2013-03-011-283/+326
* - Add support to NULL values. This concern the MYSQLOlivier Bertrand2013-02-241-67/+205
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-1413/+1413
* Fix problems with ODBC raised by Adding the type TYPE_BIGINT (longlong).Olivier Bertrand2013-01-291-2/+2
* Added to CONNECT the missing type TYPE_BIGINT (longlong).Olivier Bertrand2013-01-231-0/+201
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+1212