Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix all warnings given by UBSAN | Monty | 2021-04-20 | 1 | -3/+2 |
* | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-10-29 | 1 | -0/+2 |
|\ | |||||
| * | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-10-28 | 1 | -0/+2 |
| |\ | |||||
| | * | MDEV-20593 SIGSEGV in report_json_error_ex (on optimized builds). | Alexey Botchkov | 2020-10-22 | 1 | -0/+2 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-07-02 | 1 | -0/+35 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-07-02 | 1 | -0/+35 |
| |\ \ | | |/ | |||||
| | * | MDEV-22976 CAST(JSON_EXTRACT() AS DECIMAL) does not handle boolean values | Alexander Barkov | 2020-06-22 | 1 | -0/+35 |
* | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 1 | -0/+325 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2019-05-17 | 1 | -0/+325 |
| |\ \ | | |/ | |||||
| | * | MDEV-13992 Implement JSON_MERGE_PATCH. | Alexey Botchkov | 2019-05-17 | 1 | -0/+325 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-03-20 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2019-03-17 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | post-merge: gcc 8 warnings | Sergei Golubchik | 2019-03-15 | 1 | -2/+2 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-03-12 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-03-12 | 1 | -2/+3 |
| |\ \ | | |/ | |||||
| | * | MDEV-18886 JSON_ARRAY() does not recognise JSON argument. | Alexey Botchkov | 2019-03-12 | 1 | -2/+3 |
* | | | json helpers | Sergei Golubchik | 2018-12-12 | 1 | -7/+1 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-11-19 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-11-19 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | MDEV-16174 Assertion `0' failed in Type_handler_string_result::make_sort_key(... | Alexey Botchkov | 2018-11-09 | 1 | -0/+1 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-10-05 | 1 | -21/+18 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-09-28 | 1 | -21/+18 |
| |\ \ | | |/ | |||||
| | * | MDEV-17001 JSON_MERGE returns nullwhen merging empty array. | Alexey Botchkov | 2018-09-13 | 1 | -16/+13 |
| | * | MDEV-17018 JSON_SEARCH and User-Defined Variables. | Alexey Botchkov | 2018-09-12 | 1 | -1/+1 |
| | * | MDEV-17121 JSON_ARRAY_APPEND. | Alexey Botchkov | 2018-09-11 | 1 | -2/+4 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-08-16 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-08-12 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | MDEV-16750 JSON_SET mishandles unicode every second pair of arguments. | Alexey Botchkov | 2018-08-06 | 1 | -3/+3 |
| | * | MDEV-16869 String functions don't respect character set of JSON_VALUE. | Alexey Botchkov | 2018-08-05 | 1 | -1/+1 |
* | | | Merge remote-tracking branch 'origin/10.3' into 10.4 | Alexander Barkov | 2018-07-25 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge remote-tracking branch 'origin/10.2' into 10.3 | Alexander Barkov | 2018-07-24 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | MDEV-16814 CREATE TABLE SELECT JSON_QUOTE(multibyte_charset_expr) makes a fie... | Alexander Barkov | 2018-07-24 | 1 | -1/+1 |
* | | | Merge remote-tracking branch 'origin/10.3' into 10.4 | Alexander Barkov | 2018-07-03 | 1 | -48/+92 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-06-30 | 1 | -27/+56 |
| |\ \ | | |/ | |||||
| | * | MDEV-16209 JSON_EXTRACT in query crashes server. | Alexey Botchkov | 2018-06-18 | 1 | -26/+36 |
| | * | MDEV-15905 select json_value('{"b":true}','$.b')=1 --> false with | Alexey Botchkov | 2018-06-17 | 1 | -1/+20 |
| * | | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_dec | Oleksandr Byelkin | 2018-06-19 | 1 | -21/+36 |
| |\ \ | | |/ | |||||
| | * | MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab... | Oleksandr Byelkin | 2018-06-15 | 1 | -21/+36 |
* | | | Merge branch '10.3' into 10.4 | Igor Babaev | 2018-06-03 | 1 | -25/+25 |
|\ \ \ | |/ / | |||||
| * | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -24/+24 |
| * | | Remove compiler warnings | Michael Widenius | 2018-04-16 | 1 | -1/+1 |
* | | | MDEV-16351 JSON_OBJECT() treats hybrid functions with boolean arguments as nu... | Alexander Barkov | 2018-05-31 | 1 | -1/+1 |
|/ / | |||||
* | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-01-04 | 1 | -3/+3 |
|\ \ | |||||
| * \ | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Monty | 2018-01-01 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | MDEV-13970 crash in Item_func_json_extract::read_json. | Alexey Botchkov | 2017-12-25 | 1 | -3/+3 |
* | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-11-30 | 1 | -4/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-11-20 | 1 | -4/+6 |
| |\ \ | | |/ | |||||
| | * | MDEV-14402 JSON_VALUE doesn't escape quote. | Alexey Botchkov | 2017-11-16 | 1 | -4/+6 |
* | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-11-02 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2017-11-01 | 1 | -1/+3 |
| |\ \ | | |/ |