summaryrefslogtreecommitdiff
path: root/storage/connect/myconn.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | - Commit various changesOlivier Bertrand2014-04-071-4/+16
|/
* - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-5/+6
* # This is a minor change commitmentOlivier Bertrand2014-02-161-2/+5
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-1/+2
* - Add extra column info in discoveryOlivier Bertrand2013-12-191-10/+19
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-2/+3
* - Add support for unsigned numeric typesOlivier Bertrand2013-12-031-32/+42
* - Fix gcc compilation warningsOlivier Bertrand2013-11-261-1/+1
* - Fix good recognition of MYSQL table column types.Olivier Bertrand2013-11-221-1/+1
* - Modify the way UPDATE and DELETE statements are sent to ODBCOlivier Bertrand2013-11-131-1/+1
* - Move all enum AMT definitions in one place (plgdbsem.h)Olivier Bertrand2013-11-061-5/+49
* - Fix bug when closing some table typesOlivier Bertrand2013-10-111-1/+1
* - Fix the default length for DOUBLE to 255 (was 256, max is 255)Olivier Bertrand2013-10-021-1/+1
* - Change the Blanks parameter from true to false in catalog gettingOlivier Bertrand2013-08-141-1/+1
* - Remove unuseful option causing valgrind error or warningOlivier Bertrand2013-07-061-4/+2
* - Commit merged changesOlivier Bertrand2013-06-081-2/+2
|\
* | - Set timeout values in MYSQLC::OpenOlivier Bertrand2013-06-081-0/+5
|/
* - Extending connect_assisted_discovery column automatic definitionOlivier Bertrand2013-05-281-1/+8
* - Fixing embedded verision of the Connect engine when handlingAlexander Barkov2013-05-271-0/+1
* - Allowing views and queries as parameters for PROXY base tablesOlivier Bertrand2013-05-191-6/+32
* - Added table type PIVOTOlivier Bertrand2013-05-101-7/+3
* - Adding 3 new table types:Olivier Bertrand2013-04-291-0/+4
* - Changing mode to -xunknown2013-03-061-0/+0
* - MySQL connection was not close if mysql_real_connect failed.Olivier Bertrand2013-03-021-0/+1
* - MySQL connection was not closed in case of errorunknown2013-03-021-2/+5
* - Modify the way value.h and valblk.h are included to try fixingOlivier Bertrand2013-02-271-1/+1
* - Update the MYSQL table handling to use only client API functions.Olivier Bertrand2013-02-201-69/+103
* - Fix crash on making an XML table with encoding=XXXOlivier Bertrand2013-02-201-3/+6
* Fixing compilation problems on Unix:Alexander Barkov2013-02-111-1/+1
* Bug fixed: Column charset were not handled on read.Olivier Bertrand2013-02-111-148/+77
* Put almost all function prototypes in header files that areOlivier Bertrand2013-02-091-0/+248
* Fixing some of the compilation warnings.Alexander Barkov2013-02-071-5/+8
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-547/+547
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+547