summaryrefslogtreecommitdiff
path: root/storage/connect/tabfmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* - 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
|\
| * All changes made on 10.1Olivier Bertrand2017-02-161-4/+4
| * Commit changes made for version 10.1Olivier Bertrand2017-01-171-23/+44
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-80/+137
|\ \ | |/
| * 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
* | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
|/
* 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
* - Added table type PIVOTOlivier Bertrand2013-05-101-4/+2
* CONNECT engine fixes after 10.0 merge.Sergei Golubchik2013-04-191-1/+1
* - Add support of NULLs for file table columns.Olivier Bertrand2013-04-101-0/+5
* - Add a new table option SEPINDEX (not used yet) and remove an unusedOlivier Bertrand2013-03-251-6/+6
* - Commit changes on memory mapping that hopefully should now work on Linux.Olivier Bertrand2013-03-081-4/+0
* - Until the problem is fixed, temporarily not use mapping on Linux for Update.Olivier Bertrand2013-03-081-0/+4
* 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-53/+88
* 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-1392/+1392
|\
| * - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-1391/+1391