summaryrefslogtreecommitdiff
path: root/storage/connect/value.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-7/+7
|\
* | - FIX MDEV-5989 (max(indexed) doesn't work)Olivier Bertrand2014-04-011-1/+430
|/
* - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-6/+6
* - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-119/+1
* # This is a minor change commitmentOlivier Bertrand2014-02-161-2/+2
* This is a major update of CONNECT that goes from version 1.1 to 1.2Olivier Bertrand2014-02-031-3/+7
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-22/+262
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-1/+2
* Merge 10.0->10.0-connectAlexander Barkov2013-12-141-3/+1
|\
| * MDEV-4243 [PATCH] Warnings/errors while compiling with clangSergei Golubchik2013-11-281-3/+1
* | - Fix a typo error in tabutil line 213Olivier Bertrand2013-12-031-1866/+1866
* | - Add support for unsigned numeric typesOlivier Bertrand2013-12-031-1776/+1866
|/
* - Fix some wrong changes preparing for unsigned data typesOlivier Bertrand2013-11-281-12/+16
* - Fix gcc compilation warningsOlivier Bertrand2013-11-261-78/+171
* Merge with 10.0-connectAlexander Barkov2013-08-151-14/+24
|\
| * - Fix length when TYPVAL::SetValue_char is called from MYSQLCOL::ReadColumn.Olivier Bertrand2013-07-261-4/+4
| * - Fix a few test in TYPVAL<PSZ> that cause Valgrind warningsOlivier Bertrand2013-07-251-10/+20
* | MDEV-4786 - merge 10.0-monty → 10.0Sergey Vojtovich2013-07-231-3/+4
|/
* - Working on eliminating valgrind warning/errorsOlivier Bertrand2013-06-301-1/+0
* - Trying to get rid of some valgrind warningsOlivier Bertrand2013-06-301-20/+44
* Fixing a few compiler warningsAlexander Barkov2013-06-081-0/+2
* - Adding parallelism to the TBL table typeOlivier Bertrand2013-06-041-9/+9
* Adding the timezone plugin service, to convert betweenAlexander Barkov2013-05-241-4/+1
* Connect: fixing non thread-safe code.Alexander Barkov2013-05-231-9/+8
* Fixing a few "no previous declaration" warningsAlexander Barkov2013-05-131-1/+1
* - Added table type PIVOTOlivier Bertrand2013-05-101-43/+6
* fixes for buildbot.Sergei Golubchik2013-04-211-10/+10
* Fixed a problem in index.test failures when run in a non-Paris time zone.Alexander Barkov2013-04-031-8/+46
* - Fix a typo error: in AllocateValue(2) Tiny values were given the TYPE_SHORT...Olivier Bertrand2013-03-231-1/+1
* - Add tiny integer as a supported type by CONNECTOlivier Bertrand2013-03-111-8/+62
* - Changing mode to -xunknown2013-03-061-0/+0
* - Rewrite some VALBLK classes as templatesOlivier Bertrand2013-03-011-20/+20
* - Fix warning on missing initial values on LinuxOlivier Bertrand2013-03-011-2/+10
* - Fix memory leakunknown2013-03-011-123/+139
* - Second version of template value classesOlivier Bertrand2013-02-281-191/+312
* - Rewriting the VALUE classes as template classesOlivier Bertrand2013-02-271-3840/+362
* - Add support to NULL values. This concern the MYSQLOlivier Bertrand2013-02-241-74/+174
* Fixing wrong sprintf() calls.Alexander Barkov2013-02-071-2/+2
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-4825/+4825
* Fix problems with ODBC raised by Adding the type TYPE_BIGINT (longlong).Olivier Bertrand2013-01-291-32/+44
* Fixing compilation failure caused by wrong definition of DWORDAlexander Barkov2013-01-291-111/+0
* Fixing ODBC related compilation failures:Alexander Barkov2013-01-281-3/+10
* Fix problems with ODBC raised by Adding the type TYPE_BIGINT (longlong).Olivier Bertrand2013-01-241-2/+2
* Added to CONNECT the missing type TYPE_BIGINT (longlong).Olivier Bertrand2013-01-231-33/+851
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+4099