summaryrefslogtreecommitdiff
path: root/storage/connect/tabutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update to version 1.07 (as for MariaDB 10.2)Olivier Bertrand2020-01-091-2/+14
* - Fix MDEV-16672 Connect: Warnings with 10.0Olivier Bertrand2018-08-071-1/+1
* - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-311-4/+4
* - Update version numberOlivier Bertrand2017-10-171-2/+2
* - Update version numberOlivier Bertrand2017-09-051-1/+2
* Fix converting bstr_t string to set error messageOlivier Bertrand2017-05-111-1/+8
* Fixing MDEV-12149: compile errors on Windows with /Zc:strictStringsOlivier Bertrand2017-05-081-4/+5
* This is a major update concerning many source files.Olivier Bertrand2017-02-141-11/+12
* - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB SchemaOlivier Bertrand2016-01-091-8/+17
* Commit changes pulled from ob-10.0Olivier Bertrand2015-06-021-1/+1
* Last commit was done with wrong filesOlivier Bertrand2015-05-101-11/+4
* Update 10.1 with changes from 10.0Olivier Bertrand2015-04-191-1/+0
* - Fix a bug that caused a crash when doing delete on a json table with wrong ...Olivier Bertrand2015-03-221-17/+3
* Same changes than in version 10.0.17Olivier Bertrand2015-03-191-4/+29
* 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
* - Fix setting default type to MYSQL->PROXY->DOS in some places where itOlivier Bertrand2013-05-241-3/+7
* - Save and restore srcdef when getting a sub-table (could stay in cache)Olivier Bertrand2013-05-201-1/+8
* - Commit merged and resolveOlivier Bertrand2013-05-191-1/+1
|\
| * Fixing warnings (mostly "no previous declaration")Alexander Barkov2013-05-131-1/+1
* | - Allowing views and queries as parameters for PROXY base tablesOlivier Bertrand2013-05-191-34/+61
|/
* - fix use of uninitialized variable (colp)Olivier Bertrand2013-05-131-1/+5
* - Added table type PIVOTOlivier Bertrand2013-05-101-6/+3
* - General code cleaning, eliminating a few potential bugsOlivier Bertrand2013-05-051-54/+12
* - Adding a loop test to prevent PROXY based table to loop when repointing on ...Olivier Bertrand2013-05-021-3/+25
* - Allow PROXY based tables to specify MySQL access parameters when theOlivier Bertrand2013-04-301-1/+10
* - Adding 3 new table types:Olivier Bertrand2013-04-291-0/+596