summaryrefslogtreecommitdiff
path: root/storage/connect/myconn.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-5/+7
|\
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-5/+7
| |\
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-5/+7
| | |\
| | | * Minimize unsafe C functions usage - replace strcat() and strcpy() (and strnca...Mikhail Chalov2023-01-201-5/+7
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-07-271-19/+19
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-19/+19
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-19/+19
| | |\ \ | | | |/
| | | * Use memory safe snprintf() in Connect EngineMikhail Chalov2022-07-261-19/+19
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-3/+7
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-3/+7
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-3/+7
| | |\ \ | | | |/
| | | * MDEV-27612 Connect : check buffer sizes, fix string format errorsVladislav Vaintroub2022-01-261-3/+7
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-6/+6
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-6/+6
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-6/+6
| | |\ \ | | | |/
| | | * - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-081-6/+6
| | * | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-1/+1
| | |/
* | | MDEV-22189: Change error messages inside code to have mariadb instead ofRucha Deodhar2021-05-241-1/+1
|/ /
* | Fix various spelling errors still found in codeOtto Kekäläinen2021-03-221-1/+1
* | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-4/+4
* | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-5/+5
|\ \ | |/
| * These changed were made after pulling 10.2.30 from originOlivier Bertrand2019-11-211-1/+1
| |\
| * | =====================================================================Olivier Bertrand2019-11-161-5/+5
* | | Fixed compiler warnings from connect engineMonty2019-08-231-1/+1
| |/ |/|
* | Fixed issues found by valgrindMonty2019-08-121-1/+1
|/
* - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-251-3/+4
* - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-4/+4
* - Fix MDEV-13621 JDBC UPDATE containing single or double quote chars produces...Olivier Bertrand2017-08-261-2/+3
* - Fix MDEV-13463 unescape table name during detection of table structureOlivier Bertrand2017-08-081-2/+4
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-10/+38
* All changes made on 10.1Olivier Bertrand2017-02-161-6/+14
* - Possibly fix MDEV-10179 Reset remote tables when re-openingOlivier Bertrand2016-06-131-5/+19
* git90.msg + git91.msgOlivier Bertrand2016-06-021-2/+6
* - Fix an error causing MYSQL table to fail saying "no result set"Olivier Bertrand2016-04-251-3/+8
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-6/+6
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-2/+2
* - Modify the connect_type_conv and connect_conv_size variables.Olivier Bertrand2015-02-071-2/+3
* - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-061-2/+15
* - Fix (gcc error) passing cmd instead of cmd.Getstr() to htrcOlivier Bertrand2014-10-221-1/+1
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-17/+27
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-4/+33
* - Commit merged files (HUGE to use instead of storing MySQL result sets)Olivier Bertrand2014-04-301-2/+69
|\
| * - Enable MYSQL tables to USE result instead of STORE result.Olivier Bertrand2014-04-271-2/+69
* | - Commit merged filesOlivier Bertrand2014-04-231-2/+2
|\ \ | |/
| * Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-2/+2
| |\
* | \ - Commit merge filesOlivier Bertrand2014-04-191-1/+1
|\ \ \ | |/ /
| * | - Add index read previous capacity.Olivier Bertrand2014-04-081-1/+1
* | | - Commit merged filesOlivier Bertrand2014-04-191-16/+39
|\ \ \ | |/ /
| * | - Add system variables type_conv and conv_size. This addresses the eventualOlivier Bertrand2014-03-301-12/+35
| |/
| * - Make local MySQL connection default to unix socket on Linux or enableOlivier Bertrand2014-03-271-4/+16