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