summaryrefslogtreecommitdiff
path: root/storage/connect/bsonudf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.6.12' into 10.6Oleksandr Byelkin2023-02-061-2/+2
|\
| * Silence gcc-11 warningsVicențiu Ciorbaru2023-02-031-2/+2
* | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-9/+11
|\ \ | |/ |/|
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-9/+11
| |\
| | * Minimize unsafe C functions usage - replace strcat() and strcpy() (and strnca...Mikhail Chalov2023-01-201-9/+11
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-11-021-4/+4
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-10-261-4/+4
| |\ \ | | |/
| | * MDEV-29578 Fix CONNECT build warningsAndrew Hutchings2022-10-261-4/+4
* | | Merge branch '10.5' into 10.6Sergei Golubchik2022-10-021-2/+2
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Sergei Golubchik2022-10-021-2/+2
| |\ \ | | |/
| | * Use memory safe snprintf() in Connect Engine and elsewhere (#2210)Mikhail Chalov2022-09-281-2/+2
* | | Merge 10.5 into 10.6Marko Mäkelä2022-07-271-14/+13
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-14/+13
| |\ \ | | |/
| | * Use memory safe snprintf() in Connect EngineMikhail Chalov2022-07-261-19/+17
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-1/+1
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-1/+1
| | |\
| | | * MDEV-27612 Connect : check buffer sizes, fix string format errorsVladislav Vaintroub2022-01-261-1/+1
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-131-2/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-10-131-2/+3
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-10-131-4/+5
| | |\ \ | | | |/
| | | * Xcode compatibility updateSergei Krivonos2021-10-121-4/+5
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-6/+13
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-6/+13
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2021-07-291-9/+16
| | |\ \ | | | |/
| | | * - Make user variable prefix recognized by IsArgJson and IsJsonOlivier Bertrand2021-07-241-6/+13
| | | * - Fix MDEV-25715Olivier Bertrand2021-05-181-3/+3
| | |/
| * | Fixed compiler warnings from CONNECTMonty2021-05-231-11/+12
* | | Merge 10.5 into 10.6Marko Mäkelä2021-05-071-39/+7
|\ \ \ | |/ /
| * | Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-39/+7
| |\ \ | | |/
| | * Commit last pull from originOlivier Bertrand2021-04-061-4/+7
| | |\
| | * | - Add new JPATH featuresOlivier Bertrand2021-02-161-36/+4
| | * | Fix bson_object_grp inverted args. Modified: storage/connect/bsonudf.cpp and ...Olivier Bertrand2021-02-051-1/+1
| | * | - Fix bug causing bnx base wrong after CheckMemoryOlivier Bertrand2021-02-051-0/+2
* | | | Fix compiler warnings in connect engineMonty2021-03-201-10/+11
|/ / /
* | | connect storage, little compile issues fix proposal.David CARLIER2021-03-111-6/+6
| |/ |/|
* | Fix connect engine ppc64 failOlivier Bertrand2021-02-051-1/+1
* | Fix of connect engine crashesOlivier Bertrand2021-02-051-0/+2
* | Fix of crashes of connect engine.Oleksandr Byelkin2021-02-051-1/+1
* | Fix compiler warnings of the new connect engine.Oleksandr Byelkin2021-02-051-0/+1
* | Revert "Fix of warnings on aarch64 like:"Oleksandr Byelkin2021-02-021-2/+2
* | Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2021-02-021-103/+265
|\ \ | |/
| * Update bson_get_item modified: bsonudf.cppOlivier Bertrand2021-01-291-9/+8
| * Fix decimal problems in bson udf'sOlivier Bertrand2021-01-281-75/+83
| * - Continue BSON developmentOlivier Bertrand2021-01-281-30/+185
* | Fix of warnings on aarch64 like:Oleksandr Byelkin2021-01-291-2/+2
* | fix warnings returned by gcc v10.0Oleksandr Byelkin2021-01-291-3/+5
|/
* - Remove static linkage to cpprestsdk when it is installedOlivier Bertrand2021-01-121-44/+162
* - Add the new BSON temporary type for testingOlivier Bertrand2021-01-081-260/+1872
* - Fix jfile_convert crash on error. modified: jsonudf.cpp (plus BSON UDF's)Olivier Bertrand2020-12-311-118/+2635