summaryrefslogtreecommitdiff
path: root/storage/connect/tabtbl.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang15 warnings - unused vars and old prototypesDaniel Black2023-01-101-3/+1
* Use memory safe snprintf() in Connect EngineMikhail Chalov2022-07-261-1/+1
* - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-081-4/+4
* In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-07-301-2/+2
* - 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
* - Fix a bug in TYPVAL<PSZ> compute causing it sometime not to be executedOlivier Bertrand2017-10-161-1/+1
* - 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
* - 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
* 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
* - Extend the TBL type to support sub-tables of any engines. Not CONNECTOlivier Bertrand2013-04-121-8/+35
* - Add support of NULLs for file table columns.Olivier Bertrand2013-04-101-0/+6
* - Add a new table option SEPINDEX (not used yet) and remove an unusedOlivier Bertrand2013-03-251-4/+4
* 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-779/+779
|\
| * - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-777/+777
* | 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-3/+5
|/
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+777