summaryrefslogtreecommitdiff
path: root/storage/connect/myconn.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-6/+6
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-2/+2
* - Modify the connect_type_conv and connect_conv_size variables.Olivier Bertrand2015-02-071-2/+3
* - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-061-2/+15
* - Fix (gcc error) passing cmd instead of cmd.Getstr() to htrcOlivier Bertrand2014-10-221-1/+1
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-17/+27
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-4/+33
* - Commit merged files (HUGE to use instead of storing MySQL result sets)Olivier Bertrand2014-04-301-2/+69
|\
| * - Enable MYSQL tables to USE result instead of STORE result.Olivier Bertrand2014-04-271-2/+69
* | - Commit merged filesOlivier Bertrand2014-04-231-2/+2
|\ \ | |/
| * Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-2/+2
| |\
* | \ - Commit merge filesOlivier Bertrand2014-04-191-1/+1
|\ \ \ | |/ /
| * | - Add index read previous capacity.Olivier Bertrand2014-04-081-1/+1
* | | - Commit merged filesOlivier Bertrand2014-04-191-16/+39
|\ \ \ | |/ /
| * | - Add system variables type_conv and conv_size. This addresses the eventualOlivier Bertrand2014-03-301-12/+35
| |/
| * - Make local MySQL connection default to unix socket on Linux or enableOlivier Bertrand2014-03-271-4/+16
* | - 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