summaryrefslogtreecommitdiff
path: root/storage/connect/tabbson.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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.4 into 10.5Marko Mäkelä2022-07-271-29/+29
|\ \ | |/
| * Use memory safe snprintf() in Connect EngineMikhail Chalov2022-07-261-29/+29
* | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-1/+1
|\ \ | |/
| * MDEV-27612 Connect : check buffer sizes, fix string format errorsVladislav Vaintroub2022-01-261-1/+1
* | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-10-291-8/+13
|\ \ | |/
| * Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2021-10-281-8/+13
| |\
| | * Fix bson crash and mongo testOlivier Bertrand2021-07-311-0/+3
| | * Fix slow processing of pretty json files by BSON tablesOlivier Bertrand2021-07-301-8/+10
| * | Xcode compatibility updateSergei Krivonos2021-10-121-1/+1
| |/
* | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-36/+86
|\ \ | |/
| * - Make user variable prefix recognized by IsArgJson and IsJsonOlivier Bertrand2021-07-241-2/+3
| * Fix clang compile error in tabjson and typo in tabbson.cppOlivier Bertrand2021-06-251-1/+1
| * Fix clang compile error in tabjson.cpp and tabbson.cppOlivier Bertrand2021-06-251-1/+1
| * Fix clang compile error in tabjson.cpp and tabbson.cppOlivier Bertrand2021-06-251-1/+1
| * - Make function strz return null when LEX_STRING is nullOlivier Bertrand2021-06-241-26/+66
| * - Mongo defined columnsOlivier Bertrand2021-05-241-2/+2
| * - All this concern Json or Mongo tables based on MongoDB collections.Olivier Bertrand2021-05-051-2/+1
| * - Major update of the json/bson/mongo table types programs.Olivier Bertrand2021-05-011-3/+12
* | Fixed compiler warnings from CONNECTMonty2021-05-231-5/+6
|/
* - Fix bug making REST table fail using CURLOlivier Bertrand2021-03-161-8/+22
* - Add new JPATH featuresOlivier Bertrand2021-02-161-1/+1
* - Continue BSON developmentOlivier Bertrand2021-01-281-54/+74
* Fix some Json and Bson bugsOlivier Bertrand2021-01-201-2/+14
* - Add the new BSON temporary type for testingOlivier Bertrand2021-01-081-19/+25
* - Continue BSON implementation + fix create modified ha_connect.ccOlivier Bertrand2020-12-261-20/+19
* Make REST tables default file name. Commit before continuing BSON developmentOlivier Bertrand2020-12-221-4/+8
* - Fix crash with JsonContains UDF + BSON developmentOlivier Bertrand2020-12-171-7/+6
* - Fix pretty=2 Tabjson bug on INSERT.Olivier Bertrand2020-12-151-56/+71
* BSON developmentOlivier Bertrand2020-12-111-57/+64
* - Fix json_bjson (s was erase by Json_Subset)Olivier Bertrand2020-12-091-25/+12
* - Continue BSON implementationOlivier Bertrand2020-12-081-18/+14
* Remove a push warning causing failing assert. Modified storage/connect/filam...Olivier Bertrand2020-12-041-214/+132
* - Fix memory leak for the JSON table typeOlivier Bertrand2020-12-011-0/+2599