Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update disabled.def for connect engine | Sergei Golubchik | 2015-12-21 | 1 | -1/+1 |
* | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-12-21 | 2 | -2/+2 |
|\ | |||||
| * | Merge branch 'connect/10.0' into 10.0 | Sergei Golubchik | 2015-12-13 | 48 | -1100/+7783 |
| |\ | |||||
| | * | - Copy error message from G to g when using temporary storage for parsing. | Olivier Bertrand | 2015-12-13 | 1 | -1/+9 |
| | * | Update version number | Olivier Bertrand | 2015-12-11 | 1 | -2/+2 |
| | * | - Serialize: Protect again eventual longjmp's. | Olivier Bertrand | 2015-12-08 | 4 | -84/+140 |
| | * | Fix memory error when a plain string argument is parsed. | Olivier Bertrand | 2015-12-05 | 1 | -3/+4 |
| | * | Fix memory error when a plain string argument is parsed. | Olivier Bertrand | 2015-12-05 | 1 | -6/+12 |
| | * | Fix memory error when a plain string argument is parsed. | Olivier Bertrand | 2015-12-05 | 1 | -510/+506 |
| | * | Commit updating CONNECT from the 10.1 version | Olivier Bertrand | 2015-12-04 | 50 | -1057/+7733 |
| | * | PATCH-P0-FIX-UPSTREAM: Fix possible buffer overflow (MDEV-8317) | Olivier Bertrand | 2015-11-08 | 1 | -7/+9 |
| * | | Fixed failing test cases and compiler warnings found by buildbot | Monty | 2015-11-24 | 3 | -5/+7 |
* | | | Merge branch 'connect/10.1' into 10.1 | Sergei Golubchik | 2015-12-21 | 22 | -851/+2790 |
|\ \ \ | |||||
| * | | | - Fix MDEV-9279. Replacing exit(1) in yy_fatal_error by a longjmp. | Olivier Bertrand | 2015-12-14 | 3 | -7/+14 |
| * | | | - Copy error message from G to g when using temporary storage for parsing. | Olivier Bertrand | 2015-12-13 | 1 | -1/+9 |
| * | | | Merge branch 'ob-10.1' into 10.1 | Olivier Bertrand | 2015-12-11 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Update version number | Olivier Bertrand | 2015-12-11 | 1 | -2/+2 |
| * | | | | Merge branch 'ob-10.1' into 10.1 | Olivier Bertrand | 2015-12-09 | 19 | -847/+2767 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | - Serialize: Protect again eventual longjmp's. | Olivier Bertrand | 2015-12-09 | 4 | -84/+140 |
| | * | | | Fix memory error when a plain string argument is parsed. | Olivier Bertrand | 2015-12-05 | 2 | -515/+518 |
| | * | | | Remove warning on Linux | Olivier Bertrand | 2015-12-04 | 13 | -288/+1285 |
| | * | | | Remove commented lines. | Olivier Bertrand | 2015-11-22 | 2 | -17/+9 |
| | * | | | Make changes required by version 10.1.9 (see Sergei's mmail): | Olivier Bertrand | 2015-11-22 | 9 | -153/+1025 |
* | | | | | Post-merge fixes for Connect engine | Sergei Golubchik | 2015-11-19 | 5 | -6/+7 |
* | | | | | Merge branch 'connect/10.1' into 10.1 | Sergei Golubchik | 2015-11-19 | 38 | -1734/+5915 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'ob-10.1' into 10.1 | Olivier Bertrand | 2015-11-08 | 1 | -8/+10 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | PATCH-P0-FIX-UPSTREAM: Fix possible buffer overflow (MDEV-8317) | Olivier Bertrand | 2015-11-08 | 1 | -8/+10 |
| * | | | | Fix error and warnings raised by gcc on Linux: | Olivier Bertrand | 2015-10-25 | 2 | -4/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fix error and warnings raised by gcc on Linux: | Olivier Bertrand | 2015-10-25 | 3 | -18/+31 |
| * | | | | Fix of error and warnings when compiling on linux | Buggynours | 2015-10-25 | 7 | -18/+1868 |
| |/ / / | |||||
| * | | | Fix MDEV-8882 | Olivier Bertrand | 2015-10-21 | 1 | -2/+13 |
| * | | | Typo | Olivier Bertrand | 2015-10-20 | 1 | -3/+6 |
| * | | | Fix MDEV-8926 | Olivier Bertrand | 2015-10-18 | 3 | -0/+50 |
| * | | | Update JSON UDFs to version 1.04.0004 | Olivier Bertrand | 2015-10-17 | 9 | -650/+1357 |
| * | | | Temporary changes for making compile to work | Olivier Bertrand | 2015-10-04 | 1 | -4/+4 |
| * | | | Fold all json UDF names to lower case | Olivier Bertrand | 2015-09-21 | 5 | -431/+443 |
| * | | | Commit resolved conflicts | Olivier Bertrand | 2015-09-18 | 20 | -28/+1669 |
| |\ \ \ | |||||
| * | | | | Fix assert error for where clause with UDF's | Olivier Bertrand | 2015-09-15 | 8 | -134/+1033 |
| * | | | | Add Json_Get_Item (and Bson_File?) functions | Olivier Bertrand | 2015-09-07 | 2 | -75/+371 |
| * | | | | Add experimental Bson_Array function (not documented) | Olivier Bertrand | 2015-09-06 | 8 | -734/+888 |
| * | | | | Handle is_null and error arguments | Olivier Bertrand | 2015-08-22 | 2 | -51/+130 |
| * | | | | Handle constant function and argument | Olivier Bertrand | 2015-08-22 | 2 | -148/+418 |
| * | | | | Add new UDF noconst. | Olivier Bertrand | 2015-08-19 | 2 | -34/+86 |
| * | | | | Add new json UDF Json_Object_List. | Olivier Bertrand | 2015-08-18 | 4 | -15/+100 |
| * | | | | Add new json UDFs and make possible to use a json file name as json item. | Olivier Bertrand | 2015-08-14 | 13 | -301/+2294 |
| * | | | | Fix (?) retrieving integer arguments in JSON UDF's | Olivier Bertrand | 2015-07-22 | 1 | -1/+1 |
| * | | | | Fix and Enhance remote indexing: | Olivier Bertrand | 2015-07-16 | 18 | -342/+917 |
| * | | | | Fix test txt files line endings | Olivier Bertrand | 2015-06-08 | 3 | -4575/+4575 |
| * | | | | Commit od last modifications made for version 10.0 | Olivier Bertrand | 2015-06-06 | 11 | -97/+7 |
| * | | | | Commit win and CONNECT resolved files | Olivier Bertrand | 2015-06-05 | 18 | -750/+97 |
| |\ \ \ \ |