summaryrefslogtreecommitdiff
path: root/storage/connect/tabutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix all warnings given by UBSANMonty2021-04-201-1/+1
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-041-2/+14
|\
| * =====================================================================Olivier Bertrand2019-11-161-2/+14
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-08-121-1/+1
|\ \ | |/
| * - Fix MDEV-16672 Connect: Warnings with 10.0Olivier Bertrand2018-08-061-1/+1
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-4/+4
|\ \ | |/
| * - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-4/+4
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-301-2/+2
|\ \ | |/
| * - Fix a bug in TYPVAL<PSZ> compute causing it sometime not to be executedOlivier Bertrand2017-10-161-2/+2
* | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-09-231-2/+2
|\ \
| * | connect fixes after-mergeSergei Golubchik2017-09-201-2/+2
| * | Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-191-1/+2
* | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-201-1/+2
|\ \ \ | | |/ | |/|
| * | - Update version numberOlivier Bertrand2017-09-041-1/+2
| * | Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-5/+13
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-151-5/+13
|\ \ \ | | |/ | |/|
| * | Fix wrong value of JSON columnOlivier Bertrand2017-05-111-5/+13
| |/
* | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-2/+2
|/
* All changes made on 10.1Olivier Bertrand2017-02-161-11/+12
* - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB SchemaOlivier Bertrand2016-01-091-8/+17
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-1/+1
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-4/+4
* - Fix bug on updating JSON expanded valuesOlivier Bertrand2015-05-011-7/+0
* - Fix Catalog JSON table crash when no JpathOlivier Bertrand2015-04-171-1/+0
* - Fix a bug that caused a crash when doing delete on a json table with wrong ...Olivier Bertrand2015-03-221-17/+3
* - Implement random access to ODBC tablesOlivier Bertrand2015-02-281-3/+7
* - Adding json udf's. Making the second version of json tables.Olivier Bertrand2015-02-111-0/+19
* - Modify the connect_type_conv and connect_conv_size variables.Olivier Bertrand2015-02-071-1/+3
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-1/+0
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-0/+15
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-16/+13
* - Add support of partition tablesOlivier Bertrand2014-05-311-23/+100
* - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-141-3/+3
* - Fix using ~ in file name on LinuxOlivier Bertrand2014-03-311-1/+1
* - Add system variables type_conv and conv_size. This addresses the eventualOlivier Bertrand2014-03-301-10/+29
* # This is a minor change commitmentOlivier Bertrand2014-02-161-1/+1
* - Fix variables used uninitializedOlivier Bertrand2013-12-281-1/+2
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-15/+20
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-2/+3
* - Fix a typo error in tabutil line 213Olivier Bertrand2013-12-031-1/+1
* - Add support for unsigned numeric typesOlivier Bertrand2013-12-031-8/+18
* - Add (limited) support for UPDATE and DELETE to ODBC tablesOlivier Bertrand2013-11-111-0/+1
* - Fix compilation error on some platformsOlivier Bertrand2013-09-161-11/+11
* - Fix a bug causing a crash when an XCOL table was the source ofOlivier Bertrand2013-08-291-1/+12
* - Change the Blanks parameter from true to false in catalog gettingOlivier Bertrand2013-08-141-1/+1
* - Fix MDEV-4881. SQL_TYPE_DECIMAL was not recognized in ha_connect::GetColumn...Olivier Bertrand2013-08-111-1/+5
* - Restore comment handling commented out in R3772.Olivier Bertrand2013-07-261-4/+4
* - Fix a few test in TYPVAL<PSZ> that cause Valgrind warningsOlivier Bertrand2013-07-251-2/+6
* - Suppress some ubuntu compiler warningsOlivier Bertrand2013-07-081-4/+6
* compiler warningsSergei Golubchik2013-06-031-2/+2