summaryrefslogtreecommitdiff
path: root/storage/connect/tabtbl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-19/+22
|\
| * - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-251-1/+1
| * - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-19/+22
| * - Fix MDEV-9844, MDEV-10179, MDEV-14214Olivier Bertrand2018-01-031-8/+12
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-8/+12
|\ \
| * | Squashed commit of connect/10.0:Vicențiu Ciorbaru2018-01-241-8/+12
| * | Fixed a few compiler warningsMonty2018-01-241-1/+1
| * | Squashed commit of the following:Vicențiu Ciorbaru2017-10-261-1/+1
| * | Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-191-13/+55
* | | Fixed compiler warning and unitialized memory warningMonty2017-11-021-1/+1
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-301-1/+1
|\ \ \ | | |/ | |/|
| * | - Fix a bug in TYPVAL<PSZ> compute causing it sometime not to be executedOlivier Bertrand2017-10-161-1/+1
* | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-201-13/+45
|\ \ \ | |/ /
| * | - Fix MDEV-13621 Replace sprintf by strcpy for opvalOlivier Bertrand2017-08-261-1/+7
| * | - Fix MDEV-13621 JDBC UPDATE containing single or double quote chars produces...Olivier Bertrand2017-08-261-12/+38
* | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-251-5/+15
|\ \ \ | |/ /
| * | - Add a define making ha_connect.cc source unique for all MariaDB version.Olivier Bertrand2017-08-061-0/+1
| * | - Add FBLOCK when opening ODBC, JSON and MONGO tables.Olivier Bertrand2017-08-051-5/+14
| |/
* | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-1/+1
|/
* All changes made on 10.1Olivier Bertrand2017-02-161-11/+12
* - Possibly fix MDEV-10179 Reset remote tables when re-openingOlivier Bertrand2016-06-131-0/+8
* - Fix crash when sorting a TBL table with thread=yes.Olivier Bertrand2016-03-161-2/+2
* - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB SchemaOlivier Bertrand2016-01-091-3/+3
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-4/+4
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-4/+4
* - Fix bug on updating JSON expanded valuesOlivier Bertrand2015-05-011-1/+1
* - 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-2/+0
* - Add the possibility to establish an ODBC connection via SQLConnect (theOlivier Bertrand2015-01-311-1/+3
* - Repair the errors due to the PRXCOL Init function that must be calledOlivier Bertrand2015-01-281-5/+5
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-2/+0
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-1/+28
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-2/+2
* - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-141-6/+6
* - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-12/+11
* - Move all enum AMT definitions in one place (plgdbsem.h)Olivier Bertrand2013-11-061-3/+6
* Merge with 10.0-connectAlexander Barkov2013-08-151-2/+4
|\
| * - Implement the SERVID special columns. This imply modifying the wayOlivier Bertrand2013-08-091-2/+4
* | MDEV-4786 - merge 10.0-monty → 10.0Sergey Vojtovich2013-07-231-1/+1
|/
* - Implemented: The use of Federated servers.Olivier Bertrand2013-06-161-2/+18
* - Change CRLF line endings to LFOlivier Bertrand2013-06-051-45/+45
* - Adding parallelism to the TBL table typeOlivier Bertrand2013-06-041-6/+280
* - Correct misplaced parenthesis in last changeOlivier Bertrand2013-05-201-2/+1
* - Allowing views and queries as parameters for PROXY base tablesOlivier Bertrand2013-05-191-2/+2
* - fix use of uninitialized variable (colp)Olivier Bertrand2013-05-131-7/+3
* - Code cleaning.Olivier Bertrand2013-05-121-21/+6
* - Adding a loop test to prevent PROXY based table to loop when repointing on ...Olivier Bertrand2013-05-021-273/+4
* - Adding 3 new table types:Olivier Bertrand2013-04-291-89/+77
* CONNECT engine fixes after 10.0 merge.Sergei Golubchik2013-04-191-21/+6
* - Fix use of s->db_plugin in GetSubTable for release versionsOlivier Bertrand2013-04-131-0/+4