Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.5 into 10.6 | Marko Mäkelä | 2022-07-27 | 1 | -24/+24 |
|\ | |||||
| * | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-07-27 | 1 | -24/+24 |
| |\ | |||||
| | * | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2022-07-27 | 1 | -24/+24 |
| | |\ | |||||
| | | * | Use memory safe snprintf() in Connect Engine | Mikhail Chalov | 2022-07-26 | 1 | -24/+24 |
* | | | | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2022-02-03 | 1 | -3/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2022-02-01 | 1 | -3/+10 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2022-01-30 | 1 | -3/+10 |
| | |\ \ | | | |/ | |||||
| | | * | ASAN/valgrind errors in connect.misc test | Sergei Golubchik | 2022-01-29 | 1 | -0/+3 |
| | | * | MDEV-27612 Connect : check buffer sizes, fix string format errors | Vladislav Vaintroub | 2022-01-26 | 1 | -3/+7 |
* | | | | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2021-08-02 | 1 | -15/+15 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2021-07-31 | 1 | -15/+15 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2021-07-31 | 1 | -15/+15 |
| | |\ \ | | | |/ | |||||
| | | * | - Fix MDEV-25863 : Replace __WIN__ by _WIN32 | Olivier Bertrand | 2021-06-08 | 1 | -14/+14 |
| | | * | - Mongo defined columns | Olivier Bertrand | 2021-05-24 | 1 | -1/+1 |
* | | | | Fixed compiler warnings | Monty | 2021-06-14 | 1 | -8/+10 |
|/ / / | |||||
* | | | Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10 | Nikita Malyavin | 2021-05-05 | 1 | -6/+13 |
|\ \ \ | |/ / | |||||
| * | | Merge branch bb-10.3-release into bb-10.4-release | Nikita Malyavin | 2021-05-05 | 1 | -6/+13 |
| |\ \ | | |/ | |||||
| | * | - Fix bug making REST table fail using CURL | Olivier Bertrand | 2021-03-16 | 1 | -6/+13 |
* | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-10-30 | 1 | -3/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-10-29 | 1 | -3/+6 |
| |\ \ | | |/ | |||||
| | * | - Inline MakePtr and MakeOff with OFFSET as size_t | Olivier Bertrand | 2020-10-18 | 1 | -2/+4 |
| | * | - Make possible to allocate work space larger than 4GB | Olivier Bertrand | 2020-10-01 | 1 | -1/+2 |
| | * | - Fix https://stackoverflow.com/questions/60625778/import-complex-xml-from-mu... | Olivier Bertrand | 2020-03-11 | 1 | -4/+7 |
* | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-05-05 | 1 | -4/+7 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-05-05 | 1 | -4/+7 |
| |\ \ | |||||
| | * | | - Fix https://stackoverflow.com/questions/60625778/import-complex-xml-from-mu... | Olivier Bertrand | 2020-03-11 | 1 | -4/+7 |
| | * | | Update to version 1.07 (as for MariaDB 10.2) | Olivier Bertrand | 2020-01-09 | 1 | -1/+3 |
| | * | | In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve... | Olivier Bertrand | 2019-08-24 | 1 | -1/+1 |
| | * | | - Fix a few bug mainly concerning discovery and call from OEM | Olivier Bertrand | 2019-01-03 | 1 | -126/+153 |
| | * | | - Make PlugSubAlloc to be exportable | Olivier Bertrand | 2018-12-01 | 1 | -2/+11 |
| | * | | - Remove warning on not used tabtyp variable in connect_assisted_discovery | Olivier Bertrand | 2018-02-26 | 1 | -1/+1 |
| | * | | - Use delayed load for the MongoDB C Drive on Windows | Olivier Bertrand | 2018-01-31 | 1 | -12/+12 |
| | * | | Make source the same as branch 10.2 | Olivier Bertrand | 2017-08-06 | 1 | -20/+20 |
| | * | | Fixing MDEV-12149: compile errors on Windows with /Zc:strictStrings | Olivier Bertrand | 2017-05-08 | 1 | -4/+5 |
| | * | | Prepare fixing MDEV-12149 | Olivier Bertrand | 2017-05-06 | 1 | -1/+2 |
| | * | | Handle error return from SetPath | Olivier Bertrand | 2017-05-03 | 1 | -1/+4 |
| | * | | Add mongoDB access to json tables. | Olivier Bertrand | 2017-04-13 | 1 | -68/+0 |
| | * | | Replace setjmp-longjmp's by try_catch-throw | Olivier Bertrand | 2017-03-05 | 1 | -31/+99 |
| | * | | Update version number and date | Olivier Bertrand | 2017-03-01 | 1 | -1/+1 |
| | * | | This is a major update concerning many source files. | Olivier Bertrand | 2017-02-14 | 1 | -3/+3 |
| | * | | Fix info cardinality for catalog tables. | Olivier Bertrand | 2017-01-16 | 1 | -0/+5 |
| | * | | Fix some XML table type bugs: | Olivier Bertrand | 2016-12-23 | 1 | -13/+43 |
| | * | | - MDEV-11295: developing handling files contained in ZIP file. | Olivier Bertrand | 2016-12-14 | 1 | -1/+6 |
| | * | | Remove commented lines. | Olivier Bertrand | 2015-11-22 | 1 | -9/+9 |
| | * | | PATCH-P0-FIX-UPSTREAM: Fix possible buffer overflow (MDEV-8317) | Olivier Bertrand | 2015-11-08 | 1 | -8/+10 |
| | * | | Commit od last modifications made for version 10.0 | Olivier Bertrand | 2015-06-06 | 1 | -17/+0 |
| | * | | Commit win and CONNECT resolved files | Olivier Bertrand | 2015-06-05 | 1 | -0/+17 |
| | |\ \ | |||||
| | | * | | Get rid of GCC warnings about unused parameters | Olivier Bertrand | 2015-05-10 | 1 | -52/+22 |
| | | * | | - Fix a regression bug on (XML) HTML tables. | Olivier Bertrand | 2015-05-05 | 1 | -2/+3 |
| | * | | | Commit changes pulled from ob-10.0 | Olivier Bertrand | 2015-06-02 | 1 | -44/+46 |