summaryrefslogtreecommitdiff
path: root/storage/connect/table.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Fix to MDEV-9542 Connect was not handling NULLs in the answerOlivier Bertrand2016-02-151-3/+7
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-14/+14
* - Fix Catalog JSON table crash when no JpathOlivier Bertrand2015-04-171-1/+5
* - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-061-0/+2
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-2/+12
* - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-221-3/+4
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-0/+2
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-6/+24
* - FIX some MAP and XMAP errors (such as mapped indexes not closed)Olivier Bertrand2014-05-101-556/+559
* - Adding fetched columns to Dynamic index key (unique only)Olivier Bertrand2014-05-021-2/+6
* - Implement dynamic indexingOlivier Bertrand2014-04-261-0/+6
* - MRR + Block IndexingOlivier Bertrand2014-03-201-636/+546
|\
| * - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-109/+8
* | - TemporaryOlivier Bertrand2014-03-101-24/+15
|/
* This is a major update of CONNECT that goes from version 1.1 to 1.2Olivier Bertrand2014-02-031-2/+13
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-3/+14
* - Raise the limit on returned lines for table ODBC catalog tablesOlivier Bertrand2013-12-061-0/+9
* - Add (limited) support for UPDATE and DELETE to ODBC tablesOlivier Bertrand2013-11-111-0/+1
* - Implement the SERVID special columns. This imply modifying the wayOlivier Bertrand2013-08-091-14/+21
* - Catalog table: Use XFLD as Flag value instead of column index.Olivier Bertrand2013-02-251-1/+1
* Adding DATA_CHARSET table option.Alexander Barkov2013-02-181-0/+2
* Bug fixed: Column charset were not handled on read.Olivier Bertrand2013-02-111-2/+179
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-427/+427
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+427