summaryrefslogtreecommitdiff
path: root/storage/connect/myconn.h
Commit message (Expand)AuthorAgeFilesLines
* - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-081-6/+6
* - Possibly fix MDEV-10179 Reset remote tables when re-openingOlivier Bertrand2016-06-131-2/+4
* - Fix an error causing MYSQL table to fail saying "no result set"Olivier Bertrand2016-04-251-1/+1
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-6/+6
* - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-061-1/+2
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-0/+1
* - Enable MYSQL tables to USE result instead of STORE result.Olivier Bertrand2014-04-271-0/+1
* - Add system variables type_conv and conv_size. This addresses the eventualOlivier Bertrand2014-03-301-1/+1
* - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-6/+0
* - Move all enum AMT definitions in one place (plgdbsem.h)Olivier Bertrand2013-11-061-1/+4
* - Implement the "exec source" feature for table type MYSQL.Olivier Bertrand2013-10-261-0/+1
* - Extending connect_assisted_discovery column automatic definitionOlivier Bertrand2013-05-281-0/+2
* - Allowing views and queries as parameters for PROXY base tablesOlivier Bertrand2013-05-191-1/+6
* - Update the MYSQL table handling to use only client API functions.Olivier Bertrand2013-02-201-3/+6
* - Fix crash on making an XML table with encoding=XXXOlivier Bertrand2013-02-201-2/+2
* Bug fixed: Column charset were not handled on read.Olivier Bertrand2013-02-111-1/+1
* Put almost all function prototypes in header files that areOlivier Bertrand2013-02-091-6/+6
* Fixing some of the compilation warnings.Alexander Barkov2013-02-071-2/+3
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-91/+91
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+91