summaryrefslogtreecommitdiff
path: root/storage/connect/mycat.cc
Commit message (Expand)AuthorAgeFilesLines
* - Fix MDEV-15735 CONNECT [filamtxt.cpp:429]: Suspicious conditionOlivier Bertrand2018-05-071-11/+4
* - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-21/+23
* - Update version numberOlivier Bertrand2017-10-151-22/+14
* - New distribution enabling or disabling the MONGO table typeOlivier Bertrand2017-08-291-1/+10
* - Add FBLOCK when opening ODBC, JSON and MONGO tables.Olivier Bertrand2017-08-051-5/+5
* - Add Support of the MongoDB Java Driver.Olivier Bertrand2017-07-021-14/+14
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-34/+11
* Correct FSF addressiangilfillan2017-03-101-1/+1
* All changes made on 10.1Olivier Bertrand2017-02-161-7/+8
* - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-121-3/+13
* - Fix MDEV-11234. Escape quoting character. Should be doubled.Olivier Bertrand2016-11-061-1/+5
* - Fix MDEV-10496. Memory leak in discoveryOlivier Bertrand2016-09-051-13/+1
* Add forgotten changes made on 10.1Olivier Bertrand2016-05-121-3/+13
* - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB SchemaOlivier Bertrand2016-01-091-14/+17
* 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