summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.5-release10.6-MDEV-20612-3-MDEV-23328Marko Mäkelä2021-02-11308-3437/+21765
|\
| * columnstore 5.5.1-2Sergei Golubchik2021-02-101-0/+0
| * Merge branch 'bb-10.4-release' into 10.5Sergei Golubchik2021-02-10312-3467/+21801
| |\
| | * List of unstable tests for 10.4.18 releaseElena Stepanova2021-02-081-384/+258
| | * MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-02-085-79/+162
| | * Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-07309-3328/+21644
| | |\
| | | * List of unstable tests for 10.3.28 releaseElena Stepanova2021-02-061-180/+101
| | | * Merge branch '10.2' into 10.3Oleksandr Byelkin2021-02-0514-306/+500
| | | |\
| | | | * Fix connect engine ppc64 failOlivier Bertrand2021-02-052-7/+7
| | | | * Fix of connect engine crashesOlivier Bertrand2021-02-051-0/+2
| | | | * Fix of crashes of connect engine.Oleksandr Byelkin2021-02-053-24/+24
| | | | * Fix of random crashes of connect engine (probably depend on addresses used)-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-022-5/+5
| | | | * Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2021-02-0213-269/+460
| | | | |\
| | | | | * Fix failed test bson and xmlOlivier Bertrand2021-02-021-1/+7
| | | | | * Fix failed test bson and xmlOlivier Bertrand2021-01-303-4/+2
| | | | | * Update bson_get_item modified: bsonudf.cppOlivier Bertrand2021-01-291-9/+8
| | | | | * Fix decimal problems in bson udf'sOlivier Bertrand2021-01-284-138/+116
| | | | | * - Continue BSON developmentOlivier Bertrand2021-01-2813-131/+341
| | | * | | galera fixes related to THD::LOCK_thd_killSergei Golubchik2021-02-021-0/+6
| | | * | | mergeSergei Golubchik2021-02-022-3/+7
| | | * | | galera fixes related to THD::LOCK_thd_killSergei Golubchik2021-02-024-7/+22
| | | * | | main.mysqldump test isn't that bigSergei Golubchik2021-02-012-19/+1
| | | * | | CONNECT: compiler warningsSergei Golubchik2021-02-016-13/+23
| | | * | | sync changes in oracle parserOleksandr Byelkin2021-02-011-39/+43
| | | * | | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-01261-3009/+20989
| | | |\ \ \ | | | | |/ /
| | | | * | List of unstable tests for 10.2.37 releaseElena Stepanova2021-02-011-183/+111
| | | | * | Skip TokuDB within autobake-deb.shVicențiu Ciorbaru2021-01-292-5/+6
| | | | * | fix of warning on windowsOleksandr Byelkin2021-01-292-2/+2
| | | | * | Fix of warnings on aarch64 like:Oleksandr Byelkin2021-01-292-5/+5
| | | | * | fix warnings returned by gcc v10.0Oleksandr Byelkin2021-01-295-9/+12
| | | | * | Merge remote-tracking branch 'connect/10.2' 10.2Oleksandr Byelkin2021-01-2994-2184/+18357
| | | | |\ \ | | | | | |/
| | | | | * Fix some Json and Bson bugsOlivier Bertrand2021-01-204-6/+29
| | | | | * Fix failed testOlivier Bertrand2021-01-132-0/+4
| | | | | * Fix failed testOlivier Bertrand2021-01-122-4/+0
| | | | | * - Remove static linkage to cpprestsdk when it is installedOlivier Bertrand2021-01-129-72/+1327
| | | | | * Re-include BSON into CMakeLists.txtOlivier Bertrand2021-01-101-0/+13
| | | | | * Remove changes to CMakeLists.txt that cause compile errorOlivier Bertrand2021-01-101-25/+6
| | | | | * - add the test on RESTOlivier Bertrand2021-01-104-7/+66
| | | | | * - Add the new BSON temporary type for testingOlivier Bertrand2021-01-0821-425/+4226
| | | | | * - Fix jfile_convert crash on error. modified: jsonudf.cpp (plus BSON UDF's)Olivier Bertrand2020-12-316-152/+2861
| | | | | * - Continue BSON implementation + fix create modified ha_connect.ccOlivier Bertrand2020-12-265-125/+132
| | | | | * Make REST tables default file name. Commit before continuing BSON developmentOlivier Bertrand2020-12-226-32/+57
| | | | | * - Fix json parser (void objects not recognized) modified: json.cppOlivier Bertrand2020-12-182-12/+15
| | | | | * - Fix crash with JsonContains UDF + BSON developmentOlivier Bertrand2020-12-174-25/+17
| | | | | * - Fix pretty=2 Tabjson bug on INSERT.Olivier Bertrand2020-12-1510-908/+189
| | | | | * BSON developmentOlivier Bertrand2020-12-116-103/+249
| | | | | * - Fix json_bjson (s was erase by Json_Subset)Olivier Bertrand2020-12-0912-614/+204
| | | | | * - Continue BSON implementationOlivier Bertrand2020-12-0814-99/+1033