summaryrefslogtreecommitdiff
path: root/storage/connect/plgdbsem.h
Commit message (Expand)AuthorAgeFilesLines
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-3/+3
* JSONColumns and XMLColumns revisited. They can retrieve their parameters dire...Olivier Bertrand2015-05-261-0/+4
* This commit includes changes done in a previous (deleted) branch plus new ones.Olivier Bertrand2015-03-181-4/+6
* - Adding the JSON table typeOlivier Bertrand2015-01-191-5/+6
* - Typo to eliminate some GCC warningsOlivier Bertrand2015-01-061-2/+2
* - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-061-3/+5
* - Add new table type VIR and virtual indexOlivier Bertrand2014-10-311-4/+6
* - Fix: Crash of an XCOL table when the Colname column size is too small.Olivier Bertrand2014-09-271-1/+1
* - Move DataPath from the MYCAT catalog to the ha_connect handler. IndeedOlivier Bertrand2014-08-231-1/+2
* - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-221-1/+1
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-0/+1
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-0/+2
* - Commit merge files (implementing "remote" indexes)Olivier Bertrand2014-04-191-0/+1
|\
| * - Implement "remote" index (similar to FEDERATED ones) for MYSQL tables.Olivier Bertrand2014-04-191-0/+1
* | - Commit merged filesOlivier Bertrand2014-04-191-598/+599
|\ \ | |/
| * - FIX MDEV-6019 and MDEV-6021Olivier Bertrand2014-04-041-0/+1
* | - Resolving conflictsOlivier Bertrand2014-03-221-0/+1
|\ \ | |/
| * - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-0/+1
* | - MRR + Block IndexingOlivier Bertrand2014-03-201-643/+597
|\ \ | |/
| * - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-30/+4
* | - TemporaryOlivier Bertrand2014-03-101-8/+47
|/
* This is a major update of CONNECT that goes from version 1.1 to 1.2Olivier Bertrand2014-02-031-9/+13
* - Add extra column info in discoveryOlivier Bertrand2013-12-191-5/+6
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-0/+1
* - Add support for unsigned numeric typesOlivier Bertrand2013-12-031-1/+3
* - Add (limited) support for UPDATE and DELETE to ODBC tablesOlivier Bertrand2013-11-111-1/+1
* - Move all enum AMT definitions in one place (plgdbsem.h)Olivier Bertrand2013-11-061-1/+9
* - Add new features to ODBC table typeOlivier Bertrand2013-10-261-0/+1
* - Fix several bugs causing memory leak or invalid access detectedOlivier Bertrand2013-09-221-0/+1
* -Fix MDEV-4878. Table locking is now supported.Olivier Bertrand2013-08-121-1/+2
* - Implement the SERVID special columns. This imply modifying the wayOlivier Bertrand2013-08-091-1/+2
* Fixing warnings:Alexander Barkov2013-07-081-1/+2
* - Extending connect_assisted_discovery column automatic definitionOlivier Bertrand2013-05-281-0/+1
* "mtr --suite=connect --embedded" tests did not work for two reasons:Alexander Barkov2013-05-211-0/+1
* - Allowing views and queries as parameters for PROXY base tablesOlivier Bertrand2013-05-191-2/+2
* - Added table type PIVOTOlivier Bertrand2013-05-101-2/+1
* - Adding 3 new table types:Olivier Bertrand2013-04-291-6/+8
* - On Linux, closing an INI table removes it from the inihandl cacheOlivier Bertrand2013-03-261-3/+3
* - Catalog table: Use XFLD as Flag value instead of column index.Olivier Bertrand2013-02-251-2/+5
* Fix a bug causing all tests to fail.Olivier Bertrand2013-02-121-6/+6
* All use of a character to represent table types orOlivier Bertrand2013-02-121-0/+24
* Bug fixed: Column charset were not handled on read.Olivier Bertrand2013-02-111-0/+28
* Fixing some of the compilation warnings.Alexander Barkov2013-02-071-0/+2
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-523/+523
* Introducing functions global_open() and global_fopen() for these purposes:Alexander Barkov2013-02-061-0/+13
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+510