summaryrefslogtreecommitdiff
path: root/storage/connect/taboccur.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2022-07-271-2/+2
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-2/+2
| |\
| | * Use memory safe snprintf() in Connect EngineMikhail Chalov2022-07-261-2/+2
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-37/+39
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-37/+39
| |\ \ | | |/
| | * Fix compile error for centos 74 Modified taboccur.cppOlivier Bertrand2021-07-241-0/+2
| | * - Make user variable prefix recognized by IsArgJson and IsJsonOlivier Bertrand2021-07-241-36/+36
| | * - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-081-1/+1
* | | Fix various spelling errorsOtto Kekäläinen2020-03-161-2/+2
|/ /
* | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-3/+3
|/
* All changes made on 10.1Olivier Bertrand2017-02-161-4/+5
* 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-3/+3
* - 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
* This commit includes changes done in a previous (deleted) branch plus new ones.Olivier Bertrand2015-03-181-5/+3
* - Begin eliminating on Linux OverloadedVirtual warnings.Olivier Bertrand2015-01-271-1/+1
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-2/+0
* Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-2/+2
|\
* | - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-141-3/+3
|/
* - Add (limited) support for UPDATE and DELETE to ODBC tablesOlivier Bertrand2013-11-111-0/+1
* MDEV-4786 - merge 10.0-monty → 10.0Sergey Vojtovich2013-07-231-1/+1
* Fixing a warning:Alexander Barkov2013-07-081-1/+1
* - Extending connect_assisted_discovery column automatic definitionOlivier Bertrand2013-05-281-27/+207
* - Allowing views and queries as parameters for PROXY base tablesOlivier Bertrand2013-05-191-63/+109
* - General code cleaning, eliminating a few potential bugsOlivier Bertrand2013-05-051-1/+1
* - Adding a loop test to prevent PROXY based table to loop when repointing on ...Olivier Bertrand2013-05-021-37/+28
* - Adding 3 new table types:Olivier Bertrand2013-04-291-0/+375