summaryrefslogtreecommitdiff
path: root/storage/connect/connect.cc
Commit message (Expand)AuthorAgeFilesLines
* - Make local MySQL connection default to unix socket on Linux or enableOlivier Bertrand2014-03-271-4/+4
* - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-22/+22
* - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-7/+16
* - Fix bug MDEV-5734Olivier Bertrand2014-02-271-15/+32
* This is a major update of CONNECT that goes from version 1.1 to 1.2Olivier Bertrand2014-02-031-1/+1
* Merge 10.0->10.0-connectAlexander Barkov2013-12-141-1/+1
|\
| * MDEV-4243 [PATCH] Warnings/errors while compiling with clangSergei Golubchik2013-11-281-1/+1
* | - Fix errors and warnings occuring in --embedded testsOlivier Bertrand2013-12-111-3/+3
* | - Add support for unsigned numeric typesOlivier Bertrand2013-12-031-5/+29
|/
* - Add (limited) support for UPDATE and DELETE to ODBC tablesOlivier Bertrand2013-11-111-10/+8
* - Implement the SERVID special columns. This imply modifying the wayOlivier Bertrand2013-08-091-8/+10
* - Suppress some ubuntu compiler warningsOlivier Bertrand2013-07-081-1/+1
* Removing direct access to thd, using functions:Alexander Barkov2013-05-241-1/+0
* - Allowing views and queries as parameters for PROXY base tablesOlivier Bertrand2013-05-191-12/+8
* - Code cleaning.Olivier Bertrand2013-05-121-5/+0
* - Update some DBUG_PRINT to avois warning on LinuxOlivier Bertrand2013-04-041-2/+2
* - Upated columns must be allocated before opening the tableOlivier Bertrand2013-03-231-25/+25
* - Enable type conversion on Insert and UpdateOlivier Bertrand2013-03-111-2/+3
* - Changing mode to -xunknown2013-03-061-0/+0
* - Begin fixing memory leaksOlivier Bertrand2013-03-011-7/+4
* - Fix warning on missing initial values on LinuxOlivier Bertrand2013-03-011-0/+0
* - Fix memory leakunknown2013-03-011-0/+1
* - Catalog table: Use XFLD as Flag value instead of column index.Olivier Bertrand2013-02-251-6/+3
* - Add support to NULL values. This concern the MYSQLOlivier Bertrand2013-02-241-3/+6
* Put almost all function prototypes in header files that areOlivier Bertrand2013-02-091-3/+1
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-860/+860
* Removing redundant declaration of ulonglong.Alexander Barkov2013-01-291-6/+0
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+866