summaryrefslogtreecommitdiff
path: root/storage/connect/mycat.cc
Commit message (Expand)AuthorAgeFilesLines
* Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-2/+3
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-23/+23
* Security: EOM modules must now be loaded from the plugin directory.Olivier Bertrand2015-05-201-5/+36
* Get rid of more GCC warnings about unused parametersOlivier Bertrand2015-05-101-4/+4
* - Fix Catalog JSON table crash when no JpathOlivier Bertrand2015-04-171-4/+3
* - Fix a bug that caused a crash when doing delete on a json table with wrong ...Olivier Bertrand2015-03-221-6/+0
* - Adding the JSON table typeOlivier Bertrand2015-01-191-4/+6
* - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-061-3/+8
* - Add new table type VIR and virtual indexOlivier Bertrand2014-10-311-0/+7
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-2/+0
* 5.5.40+ mergeSergei Golubchik2014-10-091-0/+2
* - Move DataPath from the MYCAT catalog to the ha_connect handler. IndeedOlivier Bertrand2014-08-231-3/+5
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-0/+1
* - Implement "remote" index (similar to FEDERATED ones) for MYSQL tables.Olivier Bertrand2014-04-191-2/+3
* - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-141-277/+31
* - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-6/+6
* # This is a minor change commitmentOlivier Bertrand2014-02-161-0/+23
* - Fix a few GCC errors an warningsOlivier Bertrand2014-02-031-3/+5
* This is a major update of CONNECT that goes from version 1.1 to 1.2Olivier Bertrand2014-02-031-0/+83
* - Fix bug MDEV-5261Olivier Bertrand2013-12-041-15/+25
* - Implement the SERVID special columns. This imply modifying the wayOlivier Bertrand2013-08-091-2/+2
* - Suppress some ubuntu compiler warningsOlivier Bertrand2013-07-081-3/+2
* - Try to fix a uninitialised valgrind warningOlivier Bertrand2013-07-051-1/+1
* - Trying to get rid of some valgrind warningsOlivier Bertrand2013-06-301-0/+2
* - Fix setting default type to MYSQL->PROXY->DOS in some places where itOlivier Bertrand2013-05-241-15/+18
* "mtr --suite=connect --embedded" tests did not work for two reasons:Alexander Barkov2013-05-211-0/+7
* - Code cleaning. Eliminating unused code, functions, and variables.Olivier Bertrand2013-05-131-13/+1
* - Added table type PIVOTOlivier Bertrand2013-05-101-3/+6
* - General code cleaning, eliminating a few potential bugsOlivier Bertrand2013-05-051-9/+7
* - Allow PROXY based tables to specify MySQL access parameters when theOlivier Bertrand2013-04-301-0/+1
* - Adding 3 new table types:Olivier Bertrand2013-04-291-4/+16
* - Extend the TBL type to support sub-tables of any engines. Not CONNECTOlivier Bertrand2013-04-121-8/+6
* - Add support of NULLs for file table columns.Olivier Bertrand2013-04-101-0/+13
* - All the processing of creating, dropping, modifying indexes was redesigned.Olivier Bertrand2013-04-091-20/+2
* - Block creating tables with auto_incremented colummns (not supported)Olivier Bertrand2013-04-031-0/+23
* - Fix making default file name with lower case typeOlivier Bertrand2013-04-021-2/+14
* - Add a new table option SEPINDEX (not used yet) and remove an unusedOlivier Bertrand2013-03-251-9/+8
* - Fix GetTypeID (to take care of supported features)Olivier Bertrand2013-03-211-0/+5
* - Add in create a check for nullable columns not supported by some table types.Olivier Bertrand2013-03-171-0/+22
* - New handling of default file name:Olivier Bertrand2013-03-121-1/+6
* - Set file name when unspecified as tablename.tabletype.Olivier Bertrand2013-03-071-0/+26
* Skip test XML if no XML support is compiled.Alexander Barkov2013-02-221-0/+4
* Fix a bug causing all tests to fail.Olivier Bertrand2013-02-121-1/+1
* All use of a character to represent table types orOlivier Bertrand2013-02-121-72/+101
* Bug fixed: Column charset were not handled on read.Olivier Bertrand2013-02-111-77/+2
* 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-657/+657
|\
| * Fixing some of the compilation warnings.Alexander Barkov2013-02-071-2/+2
| * - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-657/+657
* | 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-4/+4
|/
* Adding an Olivier's changeset:Alexander Barkov2013-01-221-23/+113