summaryrefslogtreecommitdiff
path: root/storage/connect/myconn.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-1/+1
* These changed were made after pulling 10.2.30 from originOlivier Bertrand2019-11-211-1/+1
|\
| * Fixed issues found by valgrindMonty2019-08-121-1/+1
* | =====================================================================Olivier Bertrand2019-11-161-5/+5
|/
* - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-251-3/+4
* - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-4/+4
* - Fix MDEV-13621 JDBC UPDATE containing single or double quote chars produces...Olivier Bertrand2017-08-261-2/+3
* - Fix MDEV-13463 unescape table name during detection of table structureOlivier Bertrand2017-08-081-2/+4
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-10/+38
* All changes made on 10.1Olivier Bertrand2017-02-161-6/+14
* - Possibly fix MDEV-10179 Reset remote tables when re-openingOlivier Bertrand2016-06-131-5/+19
* git90.msg + git91.msgOlivier Bertrand2016-06-021-2/+6
* - Fix an error causing MYSQL table to fail saying "no result set"Olivier Bertrand2016-04-251-3/+8
* 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