| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-11-20 | 1 | -0/+6 |
|\ |
|
| * | MDEV-14402 JSON_VALUE doesn't escape quote. | Alexey Botchkov | 2017-11-16 | 1 | -0/+1 |
| * | MDEV-13971 crash in skip_num_constant. | Alexey Botchkov | 2017-11-11 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-10-18 | 1 | -0/+16 |
|\ \
| |/ |
|
| * | MDEV-12312 JSON_CONTAINS_PATH does not detect invalid path and returns | Alexey Botchkov | 2017-10-06 | 1 | -0/+8 |
| * | MDEV-13703 Illegal mix of collations for operation 'json_object' on | Alexey Botchkov | 2017-10-06 | 1 | -0/+8 |
| * | MDEV-12311 Insufficient check for argument validity in JSON functions. | Alexey Botchkov | 2017-10-05 | 1 | -0/+1 |
| * | MDEV-13306 JSON_CONTAINS returns wrong value. | Alexey Botchkov | 2017-10-05 | 1 | -0/+1 |
* | | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2017-09-14 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | MDEV-13633 JSON_ARRAY() - bad output with some UTF8 characters. | Alexey Botchkov | 2017-09-13 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-09-13 | 1 | -0/+38 |
|\ \
| |/ |
|
| * | MDEV-12877 Wrong result from JSON native function. | Alexey Botchkov | 2017-09-12 | 1 | -0/+5 |
| * | MDEV-12774 JSON_EXTRACT fails with some escaped unicode as key. | Alexey Botchkov | 2017-09-12 | 1 | -0/+11 |
| * | MDEV-13104 Json functions. | Alexey Botchkov | 2017-09-12 | 1 | -0/+5 |
| * | MDEV-13324 JSON_SET returns NULL instead of object. | Alexey Botchkov | 2017-09-12 | 1 | -0/+5 |
| * | MDEV-13138 JSON_OBJECT returns null with strings containing backticks. | Alexey Botchkov | 2017-09-12 | 1 | -0/+6 |
| * | MDEV-12982 JSON_EXTRACT returns data for invalid JSON. | Alexey Botchkov | 2017-09-12 | 1 | -0/+5 |
* | | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2017-08-09 | 1 | -0/+15 |
|\ \
| |/ |
|
| * | MDEV-12789 JSON_KEYS returns duplicate keys twice. | Alexey Botchkov | 2017-08-08 | 1 | -0/+5 |
| * | MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql. | Alexey Botchkov | 2017-08-08 | 1 | -0/+10 |
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-08-07 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | MDEV-12324 Wrong result (phantom array value) on JSON_EXTRACT. | Alexey Botchkov | 2017-08-07 | 1 | -0/+6 |
* | | MDEV-12854 Synchronize CREATE..SELECT data type and result set metadata data ... | Alexander Barkov | 2017-05-20 | 1 | -0/+23 |
|/ |
|
* | MDEV-12363 Assertion `0' failed in Type_handler_string_result::make_sort_key(... | Alexey Botchkov | 2017-05-02 | 1 | -0/+9 |
* | MDEV-12351 Assertion `cur_step->type & JSON_PATH_KEY' failed in | Alexey Botchkov | 2017-05-02 | 1 | -0/+6 |
* | MDEV-12364 Server crashes in __memcpy_sse2_unaligned / String::copy on | Alexey Botchkov | 2017-05-02 | 1 | -0/+7 |
* | MDEV-12262 Assertion `!null_value' failed in virtual bool Item::send on | Alexey Botchkov | 2017-03-20 | 1 | -0/+11 |
* | MDEV-11833 JSON functions don't seem to respect max_allowed_packet. | Alexey Botchkov | 2017-03-14 | 1 | -0/+18 |
* | MDEV-11856 json_search doesn't search for values with double quotes | Alexey Botchkov | 2017-03-14 | 1 | -0/+7 |
* | MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to work | Sergei Golubchik | 2017-02-14 | 1 | -3/+3 |
* | MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to | Alexey Botchkov | 2017-02-14 | 1 | -0/+4 |
* | Revert "MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to... | Sergei Golubchik | 2017-02-13 | 1 | -3/+3 |
* | MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to work | Sergei Golubchik | 2017-02-13 | 1 | -3/+3 |
* | MDEV-11858 json_merge() concatenates instead of merging. | Alexey Botchkov | 2017-02-10 | 1 | -0/+9 |
* | MDEV-11857 json_search() shows "Out of memory" with empty key. | Alexey Botchkov | 2017-02-09 | 1 | -0/+5 |
* | MDEV-11557 port MySQL-5.7 JSON tests to MariaDB. | Alexey Botchkov | 2017-02-06 | 1 | -0/+20 |
* | MDEV-11938 json.json_no_table crashes or fails with valgrind warnings in json... | Alexey Botchkov | 2017-02-02 | 1 | -0/+3 |
* | MDEV-11557 port MySQL-5.7 JSON tests to MariaDB. | Alexey Botchkov | 2017-01-26 | 1 | -0/+18 |
* | MDEV-11557 port MySQL-5.7 JSON tests to MariaDB. | Alexey Botchkov | 2017-01-24 | 1 | -0/+2 |
* | MDEV-11573 JSON_LENGTH returns incorrect results. | Alexey Botchkov | 2016-12-24 | 1 | -0/+2 |
* | MDEV-11571 JSON_EXTRACT returns wrong results. | Alexey Botchkov | 2016-12-24 | 1 | -0/+1 |
* | MDEV-11570 JSON_MERGE returns incorrect result. | Alexey Botchkov | 2016-12-20 | 1 | -0/+1 |
* | MDEV-11572 JSON_DEPTH returns wrong results. | Alexey Botchkov | 2016-12-16 | 1 | -0/+1 |
* | MDEV-11569 JSON_ARRAY_INSERT produces an invalid result. | Alexey Botchkov | 2016-12-16 | 1 | -0/+1 |
* | MDEV-JSON_CONTAINS_PATH returns incorrect results and produces wrong warning. | Alexey Botchkov | 2016-12-16 | 1 | -0/+1 |
* | MDEV-11562 Assertion `js->state == JST_VALUE' failed in check_contains(json_e... | Alexey Botchkov | 2016-12-16 | 1 | -0/+2 |
* | MDEV-11470 JSON_KEYS accepts arguments in invalid format. | Alexey Botchkov | 2016-12-13 | 1 | -0/+1 |
* | MDEV-11453 JSON_CONTAINS returns incorrect values. | Alexey Botchkov | 2016-12-11 | 1 | -0/+17 |
* | MDEV-11469 JSON_SEARCH returns incorrect results. | Alexey Botchkov | 2016-12-09 | 1 | -0/+2 |
* | MDEV-11489 Assertion `0' failed in json_find_path. | Alexey Botchkov | 2016-12-08 | 1 | -0/+1 |