summaryrefslogtreecommitdiff
path: root/storage/connect/connect.cc
Commit message (Expand)AuthorAgeFilesLines
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-11/+24
* - FIX some MAP and XMAP errors (such as mapped indexes not closed)Olivier Bertrand2014-05-101-5/+10
* - Adding fetched columns to Dynamic index key (unique only)Olivier Bertrand2014-05-021-2/+2
* - Implementation of adding selected columns to dynamic indexes.Olivier Bertrand2014-04-301-62/+9
* - Implement dynamic indexingOlivier Bertrand2014-04-261-8/+33
* - Commit merge files (implementing "remote" indexes)Olivier Bertrand2014-04-191-7/+24
|\
| * - Implement "remote" index (similar to FEDERATED ones) for MYSQL tables.Olivier Bertrand2014-04-191-7/+23
| * - Make local MySQL connection default to unix socket on Linux or enableOlivier Bertrand2014-03-271-4/+4
* | - Resolving conflictsOlivier Bertrand2014-03-221-897/+897
|\ \ | |/
| * - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-22/+22
* | - MRR + Block IndexingOlivier Bertrand2014-03-201-901/+897
|\ \ | |/
| * - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-7/+16
* | - TemporaryOlivier Bertrand2014-03-101-3/+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