summaryrefslogtreecommitdiff
path: root/storage/connect/myutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-3/+3
|\
| * - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-081-3/+3
* | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-2/+1
|\ \ | |/
| * Fix some test failureOlivier Bertrand2020-11-211-2/+1
* | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-1/+3
|/
* - Fix MDEV-13621 JDBC UPDATE containing single or double quote chars produces...Olivier Bertrand2017-08-261-2/+2
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-9/+12
* 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