summaryrefslogtreecommitdiff
path: root/storage/connect
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2023-02-1026-38/+38
|\
| * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-0926-38/+38
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-2813-91/+110
| |\
* | \ Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-2713-90/+109
|\ \ \
| * \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-2613-91/+110
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix connect bson.cpp warningVicențiu Ciorbaru2023-01-201-1/+1
| | * Minimize unsafe C functions usage - replace strcat() and strcpy() (and strnca...Mikhail Chalov2023-01-2013-90/+109
* | | Merge 10.4 into 10.5Marko Mäkelä2023-01-135-14/+6
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2023-01-105-14/+6
| |\ \ | | |/
| | * clang15 warnings - unused vars and old prototypesDaniel Black2023-01-104-13/+5
| | * fix typoslilinjie2023-01-051-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2023-01-031-4/+4
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2023-01-031-4/+4
| |\ \ | | |/
| | * typosmusvaage2022-12-211-4/+4
* | | Merge 10.4 into 10.5Marko Mäkelä2022-12-136-7/+136
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-12-136-7/+136
| |\ \ | | |/
| | * MDEV-28299: Server crashes in XINDXS::Range/CntIndexRange (Connect engine)Anel Husakovic2022-11-293-0/+66
| | * MDEV-28489 CONNECT used incorrect CHAR lengthAndrew Hutchings2022-11-113-7/+70
* | | Merge 10.4 into 10.5Marko Mäkelä2022-11-094-3/+21
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-11-094-3/+21
| |\ \ | | |/
| | * MDEV-29397 CONNECT engine: Fix note turning into error (#2325)Andrew Hutchings2022-11-084-3/+21
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-10-262-5/+5
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-10-262-5/+5
| |\ \ | | |/
| | * MDEV-29578 Fix CONNECT build warningsAndrew Hutchings2022-10-262-5/+5
* | | Merge 10.4 into 10.5Marko Mäkelä2022-10-257-27/+96
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-10-257-27/+96
| |\ \ | | |/
| | * CONNECT: compile with libxml2 2.10.xSergei Golubchik2022-10-221-0/+1
| | * MDEV-29687:ODBC tables do not quote identifier names correctly (#2295)Anel2022-10-216-5/+68
| | * Update ODBC instructions for Connect SE and update ODBC result file (#2284)Anel2022-10-163-22/+27
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-10-0218-70/+136
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-10-0118-77/+145
| |\ \ | | |/
| | * Use memory safe snprintf() in Connect Engine and elsewhere (#2210)Mikhail Chalov2022-09-289-21/+30
| | * MDEV-29579 Fix CONNECT ASAN hits (#2277)Andrew Hutchings2022-09-262-38/+24
| | * MDEV-28533: CONNECT engine does not quote columns involved in WHERE clause (#...Anel2022-09-263-4/+56
| | * MDEV-25767 Fix CONNECT ODBC WHERE condition crash (#2243)Andrew Hutchings2022-09-234-14/+37
* | | Merge 10.4 into 10.5Marko Mäkelä2022-09-205-1/+97
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-09-205-1/+97
| |\ \ | | |/
| | * MDEV-29426 Fix memory leak in CONNECT JSON/BSON (#2255)Andrew Hutchings2022-09-195-1/+97
* | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2022-09-1417-77/+77
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-09-1317-77/+77
| |\ \ | | |/
| | * MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-1217-77/+77
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-08-037-63/+57
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-08-027-63/+57
| |\ \ | | |/
| | * Merge remote-tracking branch 'connect/10.3' into 10.3Oleksandr Byelkin2022-08-027-63/+57
| | |\
| | | * - Fix MDEV-22571 and MDEV-22572. Allow multiple ZIP tableOlivier Bertrand2020-05-182-2/+13
| | | * Disable set warnings as errors for WindowsOlivier Bertrand2020-03-141-0/+1
| | | * Fix compile error in tabcmg.cppOlivier Bertrand2020-03-122-4/+2
| | | * Resolved ha_connect.cc and CMakeLists.txtOlivier Bertrand2020-03-122-57/+13
| | | * Pull new version from originOlivier Bertrand2020-03-1230-358/+656
| | | |\
| | | * | - Fix https://stackoverflow.com/questions/60625778/import-complex-xml-from-mu...Olivier Bertrand2020-03-123-9/+15