summaryrefslogtreecommitdiff
path: root/storage/connect/libdoc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Sergei Golubchik2022-10-021-38/+0
|\
| * Merge branch '10.3' into 10.4Sergei Golubchik2022-10-011-38/+0
| |\
| | * MDEV-29579 Fix CONNECT ASAN hits (#2277)Andrew Hutchings2022-09-261-38/+0
* | | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-4/+4
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-4/+4
| |\ \ | | |/
| | * Use memory safe snprintf() in Connect EngineMikhail Chalov2022-07-261-4/+4
| * | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-1/+1
| |\ \ | | |/
| | * CONNECT: compiler warningsSergei Golubchik2021-02-011-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2020-02-071-33/+33
|\ \ \ | |/ /
| * | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-34/+34
| |/
* | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-1/+1
|\ \ | |/
| * In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-07-301-1/+1
* | Fix compiler warnings GCC8Noel Kuntze2019-07-301-1/+1
* | MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-4/+4
|/
* - Change the connect_xtrace variable to from int to setOlivier Bertrand2018-01-311-49/+49
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-14/+13
* Fix some XML table type bugs:Olivier Bertrand2016-12-231-9/+21
* JSONColumns and XMLColumns revisited. They can retrieve their parameters dire...Olivier Bertrand2015-05-261-2/+3
* - Fix Catalog JSON table crash when no JpathOlivier Bertrand2015-04-171-6/+60
* This commit includes changes done in a previous (deleted) branch plus new ones.Olivier Bertrand2015-03-181-3/+2
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-1/+0
* 5.5.40+ mergeSergei Golubchik2014-10-091-5/+1
* ConnectSE: fixing memory leaks reported by valgrind Alexander Barkov2013-10-291-2/+41
* - Reset some variables when closing just in case the XML tre is re-used.Olivier Bertrand2013-09-251-0/+4
* - Fix several bugs causing memory leak or invalid access detectedOlivier Bertrand2013-09-221-27/+142
* Fixing warnings:Alexander Barkov2013-07-081-0/+149
* - Try to fix a uninitialised valgrind warningOlivier Bertrand2013-07-051-2/+12
* - Makes memory check conditionallyOlivier Bertrand2013-07-031-13/+13
* - Fix memory leak in libdoc.cpp in LIBXMLDOC::GetNodeList replacingOlivier Bertrand2013-07-021-15/+138
* - Fix conversion bug for MS-DOM XML tables. The node content was writtenOlivier Bertrand2013-03-021-12/+20
* - Re-install blank trimming to have the xml test pass.Olivier Bertrand2013-02-201-2/+3
* - Fix the elimination of control characters from node contentOlivier Bertrand2013-02-201-16/+16
* - Fix crash on making an XML table with encoding=XXXOlivier Bertrand2013-02-201-3/+11
* Adding DATA_CHARSET table option.Alexander Barkov2013-02-181-2/+2
* Suppress multiple blanks and control characters from theOlivier Bertrand2013-02-151-1/+21
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-751/+751
* Introducing functions global_open() and global_fopen() for these purposes:Alexander Barkov2013-02-061-1/+1
* Fixing my_charset_utf8_bin to my_charset_utf8_general_ci.Alexander Barkov2013-02-041-2/+2
* 2>libdoc.cppOlivier Bertrand2013-02-021-6/+7
* Replacing iconv converstion routines in libdoc.cc to MariaDB routines.Alexander Barkov2013-02-011-36/+20
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+766