summaryrefslogtreecommitdiff
path: root/storage/connect/reldef.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-191-4/+4
* Merge remote-tracking branch 'origin/10.0' into 10.0Vicențiu Ciorbaru2017-05-181-0/+1
|\
| * Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-0/+1
* | Fix wrong value of JSON columnOlivier Bertrand2017-05-111-20/+23
* | Fix MDEV-12587 MariaDB CONNECT DIR TypeOlivier Bertrand2017-05-031-3/+8
|/
* All changes made on 10.1Olivier Bertrand2017-02-161-3/+3
* - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS.Olivier Bertrand2016-12-021-8/+8
* - Fix MDEV-11234. Escape quoting character. Should be doubled.Olivier Bertrand2016-11-061-4/+9
* - Working on MDEV-10525. Lrecl mismatch on DBF filesOlivier Bertrand2016-09-161-1/+5
* - Fix MDEV-10496. Memory leak in discoveryOlivier Bertrand2016-09-051-1/+1
* Add all changes made on 10.1Olivier Bertrand2016-05-121-3/+4
* - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB SchemaOlivier Bertrand2016-01-091-5/+8
* Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-0/+1
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-6/+6
* JSONColumns and XMLColumns revisited. They can retrieve their parameters dire...Olivier Bertrand2015-05-261-20/+45
* Security: EOM modules must now be loaded from the plugin directory.Olivier Bertrand2015-05-201-12/+26
* In BIN table date_format now imply by default field_format='C'.Olivier Bertrand2015-05-171-8/+4
* Fix a bug in BIN buffer initialisation (in FIXFAM::AllocateBuffer)Olivier Bertrand2015-05-151-4/+13
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-2/+2
* - Fix Catalog JSON table crash when no JpathOlivier Bertrand2015-04-171-2/+9
* This commit includes changes done in a previous (deleted) branch plus new ones.Olivier Bertrand2015-03-181-21/+12
* - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-061-0/+3
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-4/+6
* - Add Sergei fix to enable loading OEM table libsOlivier Bertrand2014-10-141-0/+20
* - Move DataPath from the MYCAT catalog to the ha_connect handler. IndeedOlivier Bertrand2014-08-231-0/+8
* - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-221-1/+3
* This is a new version of the CONNECT storage engine. It was developed inOlivier Bertrand2014-07-201-8/+5
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-1/+10
* - Add support of partition tablesOlivier Bertrand2014-05-311-5/+14
|\
* \ - Commit merged filesOlivier Bertrand2014-04-231-2/+2
|\ \ | |/
| * Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-2/+2
| |\
* | \ - Commit merge filesOlivier Bertrand2014-04-191-10/+287
|\ \ \ | |/ /
| * | - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-141-10/+287
| |/
* | - Resolving conflictsOlivier Bertrand2014-03-221-436/+432
|\ \ | |/
| * - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-4/+0
* | - MRR + Block IndexingOlivier Bertrand2014-03-201-444/+436
|\ \ | |/
| * - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-5/+2
* | - TemporaryOlivier Bertrand2014-03-101-2/+19
|/
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-6/+8
* - Implement the SERVID special columns. This imply modifying the wayOlivier Bertrand2013-08-091-27/+30
* - Code cleaning. Eliminating unused code, functions, and variables.Olivier Bertrand2013-05-131-8/+3
* - Fix a bug causing a crash when using OEM tables based on BIN tables.Olivier Bertrand2013-04-291-1/+1
* - Add a new table option SEPINDEX (not used yet) and remove an unusedOlivier Bertrand2013-03-251-9/+9
* Suppress a warning on unused variable.Olivier Bertrand2013-02-201-1/+1
* Adding DATA_CHARSET table option.Alexander Barkov2013-02-181-0/+4
* Fix bug on readonly table option not recognizedOlivier Bertrand2013-02-131-2/+1
* All use of a character to represent table types orOlivier Bertrand2013-02-121-2/+3
* Bug fixed: Column charset were not handled on read.Olivier Bertrand2013-02-111-0/+2
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-421/+421
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+421