summaryrefslogtreecommitdiff
path: root/storage/connect/tabmysql.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2022-07-271-10/+10
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-10/+10
| |\
| | * Use memory safe snprintf() in Connect EngineMikhail Chalov2022-07-261-10/+10
* | | Merge 10.4 into 10.5Marko Mäkelä2022-06-271-4/+12
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-06-271-4/+12
| |\ \ | | |/
| | * MDEV-27766: connect engine; INSERT ignore option, was ignoredMathew Heard2022-06-101-4/+12
* | | Merge 10.4 into 10.5Marko Mäkelä2022-06-021-19/+0
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-06-021-19/+0
| |\ \ | | |/
| | * MDEV-9020: Connect issues ALTER TABLE DISABLE KEYS when inserting dataMathew Heard2022-05-271-19/+0
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-0/+5
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-0/+5
| |\ \ | | |/
| | * MDEV-27612 Connect : check buffer sizes, fix string format errorsVladislav Vaintroub2022-01-261-0/+5
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-3/+3
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-3/+3
| |\ \ | | |/
| | * - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-081-3/+3
* | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-2/+7
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-2/+7
| |\ \ | | |/
| | * =====================================================================Olivier Bertrand2019-11-161-2/+7
* | | Fixed compiler warnings from connect engineMonty2019-08-231-1/+1
|/ /
* | Fixed compiler warnings form gcc 7.3.1Monty2019-04-191-2/+3
|/
* Squashed commit of connect/10.0:Olivier Bertrand2018-10-281-4/+7
* Squashed commit of connect/10.0:Sergei Golubchik2018-04-261-14/+14
* Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-191-13/+4
* Fix wrong value of JSON columnOlivier Bertrand2017-05-111-74/+76
* Fix MDEV-12142 crash when creating CSV tableOlivier Bertrand2017-03-061-2/+6
* All changes made on 10.1Olivier Bertrand2017-02-161-86/+97
* Merge branch 'connect/10.0' into 10.0Sergei Golubchik2016-04-261-3/+5
|\
| * - Fix an error causing MYSQL table to fail saying "no result set"Olivier Bertrand2016-04-251-2/+4
| * - Fix compile error when copying a string on itself.Olivier Bertrand2016-03-191-1/+1
| * - Fix MDEV-9603 compiler error.Olivier Bertrand2016-03-161-1/+1
* | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* | connect engine compiler warningsSergei Golubchik2016-02-181-1/+1
|/
* - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB SchemaOlivier Bertrand2016-01-091-1/+1
* Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-32/+26
* Fix regression bug on "select max(length(nom)) from emp1" when:Olivier Bertrand2015-07-071-5/+5
* Fix loosing result lines when all of this is true:Olivier Bertrand2015-07-061-11/+19
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-3/+3
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-12/+12
* Fix MDEV-8090 in tabmysql.cppOlivier Bertrand2015-05-021-2/+9
* - Fix Catalog JSON table crash when no JpathOlivier Bertrand2015-04-171-1/+0
* Fix MDEV-7890Olivier Bertrand2015-04-041-2/+1
* - Fix MDEV-7489 (in add_field)Olivier Bertrand2015-01-231-9/+6
* - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-061-2/+2
* - Implement the NEWMSG and XMSG methodsOlivier Bertrand2014-11-151-0/+1
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-125/+171
* - Fix MDEV-6802 in a clean way.Olivier Bertrand2014-09-301-2/+3
* - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-221-1/+2
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-1/+2
* - Fix bugs in handling of remote index when updating and deletingOlivier Bertrand2014-07-221-3/+5
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-29/+52