summaryrefslogtreecommitdiff
path: root/storage/connect/tabxcl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-1/+1
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-1/+1
| |\
| | * - 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 form gcc 7.3.1Monty2019-04-191-1/+2
|/
* All changes made on 10.1Olivier Bertrand2017-02-161-4/+4
* 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 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
* - Repair the errors due to the PRXCOL Init function that must be calledOlivier Bertrand2015-01-281-1/+1
* - Add new table type VIR and virtual indexOlivier Bertrand2014-10-311-1/+1
* - Fix a bug in XCOL tables. When a row was filtered internally the XColumnOlivier Bertrand2014-10-241-0/+1
* - Fix bug: Server crash when using a special column in XCOL tablesOlivier Bertrand2014-10-241-2/+3
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-2/+0
* - Fix: Crash of an XCOL table when the Colname column size is too small.Olivier Bertrand2014-09-271-3/+17
* - 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
* - Fix a bug causing a crash when an XCOL table was the source ofOlivier Bertrand2013-08-291-2/+4
* MDEV-4786 - merge 10.0-monty → 10.0Sergey Vojtovich2013-07-231-1/+1
* - Added table type PIVOTOlivier Bertrand2013-05-101-1/+0
* - General code cleaning, eliminating a few potential bugsOlivier Bertrand2013-05-051-35/+8
* - Adding a loop test to prevent PROXY based table to loop when repointing on ...Olivier Bertrand2013-05-021-65/+0
* - Adding 3 new table types:Olivier Bertrand2013-04-291-0/+376