summaryrefslogtreecommitdiff
path: root/storage/connect/tabutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - 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