summaryrefslogtreecommitdiff
path: root/storage/connect/tabfmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2019-09-061-1/+1
|\
| * In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-08-171-0/+2
| * - Fix MDEV-15793: Server crash in PlugCloseFile with sql_mode=''Olivier Bertrand2019-03-231-6/+7
| * - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-251-3/+3
| * - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-15/+15
| * Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-13/+13
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-27/+48
| |\
| * \ Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-80/+137
| |\ \
| * | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
* | | | Fixed compiler warnings from connect engineMonty2019-08-231-7/+18
* | | | MDEV-19785 Storage CONNECT compilation error: unknown type name 'UNZFAM'Aleksey Midenkov2019-07-071-0/+2
* | | | Squashed commit of connect/10.0:Olivier Bertrand2019-04-261-6/+7
* | | | Squashed commit of connect/10.0:Sergei Golubchik2018-04-261-18/+18
* | | | Fix wrong value of JSON columnOlivier Bertrand2017-05-111-19/+3
* | | | Fix MDEV-12653 Cannot add index for ZIP CONNECT tableOlivier Bertrand2017-05-041-1/+1
* | | | Fix MDEV-12142 crash when creating CSV tableOlivier Bertrand2017-03-061-8/+24
| |_|/ |/| |
* | | All changes made on 10.1Olivier Bertrand2017-02-161-4/+4
* | | Commit changes made for version 10.1Olivier Bertrand2017-01-171-23/+44
| |/ |/|
* | Fix some XML table type bugs:Olivier Bertrand2016-12-231-3/+8
* | - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-141-15/+11
* | - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-121-62/+106
* | - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS.Olivier Bertrand2016-12-021-11/+11
* | - Fix MDEV-11234. Escape quoting character. Should be doubled.Olivier Bertrand2016-11-061-11/+23
|/
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-6/+6
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-3/+3
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-3/+5
* - in CheckCond change strcat to strncat to avoid the case of non zeroOlivier Bertrand2014-10-091-4/+8
* - Move DataPath from the MYCAT catalog to the ha_connect handler. IndeedOlivier Bertrand2014-08-231-4/+5
* - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-221-7/+36
* - Modifies the way indexed UPDATE/DELETE are sorted in order to executeOlivier Bertrand2014-08-161-3/+15
* - Fix bugs in handling of remote index when updating and deletingOlivier Bertrand2014-07-221-12/+7
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-3/+4
* - Commit merged filesOlivier Bertrand2014-05-311-25/+36
|\
| * - Eliminate virtual columns from CSV and FMT table fieldsOlivier Bertrand2014-05-301-25/+36
* | - Add support of partition tablesOlivier Bertrand2014-05-311-1/+1
|\ \ | |/
| * - Fix wrong error "Invalid offset for CVS table" when a specialOlivier Bertrand2014-05-091-1/+1
* | - Commit merged filesOlivier Bertrand2014-04-231-12/+12
|\ \ | |/
| * Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-12/+12
| |\
* | \ - Commit merge filesOlivier Bertrand2014-04-191-6/+6
|\ \ \ | |/ /
| * | - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-141-6/+6
| |/
* | - Resolving conflictsOlivier Bertrand2014-03-221-1429/+1429
|\ \ | |/
| * - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-1/+1
* | - MRR + Block IndexingOlivier Bertrand2014-03-201-1436/+1429
|\ \ | |/
| * - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-20/+0
* | - TemporaryOlivier Bertrand2014-03-101-1/+6
|/
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-5/+5
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-3/+3
* - Get rid of a compiler warningOlivier Bertrand2013-08-291-1/+1
* - Change the Blanks parameter from true to false in catalog gettingOlivier Bertrand2013-08-141-1/+1
* - Allowing views and queries as parameters for PROXY base tablesOlivier Bertrand2013-05-191-11/+11