| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix and error causing remote indexing to fail when for not unique index. | Olivier Bertrand | 2016-04-23 | 1 | -4/+8 |
* | Commit changes pulled from ob-10.0 | Olivier Bertrand | 2015-06-02 | 1 | -3/+7 |
* | Same changes than in version 10.0.17 | Olivier Bertrand | 2015-03-19 | 1 | -4/+6 |
* | - Adding the JSON table type | Olivier Bertrand | 2015-01-19 | 1 | -5/+6 |
* | - Typo to eliminate some GCC warnings | Olivier Bertrand | 2015-01-06 | 1 | -2/+2 |
* | - Set connection charset before calling mysql_real_connect for MYSQL | Olivier Bertrand | 2015-01-06 | 1 | -3/+5 |
* | - Add new table type VIR and virtual index | Olivier Bertrand | 2014-10-31 | 1 | -4/+6 |
* | - Fix: Crash of an XCOL table when the Colname column size is too small. | Olivier Bertrand | 2014-09-27 | 1 | -1/+1 |
* | - Move DataPath from the MYCAT catalog to the ha_connect handler. Indeed | Olivier Bertrand | 2014-08-23 | 1 | -1/+2 |
* | - Add a new CONNECT global variable allowing to tell whether or not | Olivier Bertrand | 2014-08-22 | 1 | -1/+1 |
* | This is a major update that fixes most of the issues and bugs that | Olivier Bertrand | 2014-08-07 | 1 | -0/+1 |
* | This commit brings many changes, in particular two important ones: | Olivier Bertrand | 2014-07-17 | 1 | -0/+2 |
* | - Commit merge files (implementing "remote" indexes) | Olivier Bertrand | 2014-04-19 | 1 | -0/+1 |
|\ |
|
| * | - Implement "remote" index (similar to FEDERATED ones) for MYSQL tables. | Olivier Bertrand | 2014-04-19 | 1 | -0/+1 |
* | | - Commit merged files | Olivier Bertrand | 2014-04-19 | 1 | -598/+599 |
|\ \
| |/ |
|
| * | - FIX MDEV-6019 and MDEV-6021 | Olivier Bertrand | 2014-04-04 | 1 | -0/+1 |
* | | - Resolving conflicts | Olivier Bertrand | 2014-03-22 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL. | Olivier Bertrand | 2014-03-18 | 1 | -0/+1 |
* | | - MRR + Block Indexing | Olivier Bertrand | 2014-03-20 | 1 | -643/+597 |
|\ \
| |/ |
|
| * | - NOTE: an experimental implementation of MRR was done but not kept | Olivier Bertrand | 2014-03-10 | 1 | -30/+4 |
* | | - Temporary | Olivier Bertrand | 2014-03-10 | 1 | -8/+47 |
|/ |
|
* | This is a major update of CONNECT that goes from version 1.1 to 1.2 | Olivier Bertrand | 2014-02-03 | 1 | -9/+13 |
* | - Add extra column info in discovery | Olivier Bertrand | 2013-12-19 | 1 | -5/+6 |
* | - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tables | Olivier Bertrand | 2013-12-16 | 1 | -0/+1 |
* | - Add support for unsigned numeric types | Olivier Bertrand | 2013-12-03 | 1 | -1/+3 |
* | - Add (limited) support for UPDATE and DELETE to ODBC tables | Olivier Bertrand | 2013-11-11 | 1 | -1/+1 |
* | - Move all enum AMT definitions in one place (plgdbsem.h) | Olivier Bertrand | 2013-11-06 | 1 | -1/+9 |
* | - Add new features to ODBC table type | Olivier Bertrand | 2013-10-26 | 1 | -0/+1 |
* | - Fix several bugs causing memory leak or invalid access detected | Olivier Bertrand | 2013-09-22 | 1 | -0/+1 |
* | -Fix MDEV-4878. Table locking is now supported. | Olivier Bertrand | 2013-08-12 | 1 | -1/+2 |
* | - Implement the SERVID special columns. This imply modifying the way | Olivier Bertrand | 2013-08-09 | 1 | -1/+2 |
* | Fixing warnings: | Alexander Barkov | 2013-07-08 | 1 | -1/+2 |
* | - Extending connect_assisted_discovery column automatic definition | Olivier Bertrand | 2013-05-28 | 1 | -0/+1 |
* | "mtr --suite=connect --embedded" tests did not work for two reasons: | Alexander Barkov | 2013-05-21 | 1 | -0/+1 |
* | - Allowing views and queries as parameters for PROXY base tables | Olivier Bertrand | 2013-05-19 | 1 | -2/+2 |
* | - Added table type PIVOT | Olivier Bertrand | 2013-05-10 | 1 | -2/+1 |
* | - Adding 3 new table types: | Olivier Bertrand | 2013-04-29 | 1 | -6/+8 |
* | - On Linux, closing an INI table removes it from the inihandl cache | Olivier Bertrand | 2013-03-26 | 1 | -3/+3 |
* | - Catalog table: Use XFLD as Flag value instead of column index. | Olivier Bertrand | 2013-02-25 | 1 | -2/+5 |
* | Fix a bug causing all tests to fail. | Olivier Bertrand | 2013-02-12 | 1 | -6/+6 |
* | All use of a character to represent table types or | Olivier Bertrand | 2013-02-12 | 1 | -0/+24 |
* | Bug fixed: Column charset were not handled on read. | Olivier Bertrand | 2013-02-11 | 1 | -0/+28 |
* | Fixing some of the compilation warnings. | Alexander Barkov | 2013-02-07 | 1 | -0/+2 |
* | - Fixing TAB to 2 spaces | Alexander Barkov | 2013-02-07 | 1 | -523/+523 |
* | Introducing functions global_open() and global_fopen() for these purposes: | Alexander Barkov | 2013-02-06 | 1 | -0/+13 |
* | Adding the CONNECT storage engine sources. | Alexander Barkov | 2013-01-18 | 1 | -0/+510 |