summaryrefslogtreecommitdiff
path: root/storage/connect/myutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-3/+3
* - Modify the connect_type_conv and connect_conv_size variables.Olivier Bertrand2015-02-071-10/+12
* - Add system variables type_conv and conv_size. This addresses the eventualOlivier Bertrand2014-03-301-20/+52
* - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-7/+25
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-6/+17
* - Add longjmp initialization in PlgAllocResultOlivier Bertrand2013-12-111-4/+8
* - Add support for unsigned numeric typesOlivier Bertrand2013-12-031-2/+3
* - Fix good recognition of MYSQL table column types.Olivier Bertrand2013-11-221-6/+28
* - Move all enum AMT definitions in one place (plgdbsem.h)Olivier Bertrand2013-11-061-3/+7
* Fixing warnings:Alexander Barkov2013-07-081-0/+1
* CONNECT engine fixes after 10.0 merge.Sergei Golubchik2013-04-191-0/+19
* - Add tiny integer as a supported type by CONNECTOlivier Bertrand2013-03-111-3/+10
* - Fix bad conversion from "bigint" to TYPE_FLOAT.Olivier Bertrand2013-02-211-4/+4
* Put almost all function prototypes in header files that areOlivier Bertrand2013-02-091-2/+2
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-193/+193
* Fix problems with ODBC raised by Adding the type TYPE_BIGINT (longlong).Olivier Bertrand2013-01-241-0/+5
* Added to CONNECT the missing type TYPE_BIGINT (longlong).Olivier Bertrand2013-01-231-0/+3
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+185