Alexey Botchkov
|
5454500562
|
MDEV-11452 JSON_CONTAINS accepts wrong number of arguments.
Create_func_json_contains::create_native fixed.
|
2016-12-05 01:03:31 +04:00 |
|
Alexey Botchkov
|
c89c514ed3
|
MDEV-11445 JSON_MERGE requires at least two arguments in MySQL, but not in MariaDB.
Create_func_json_merge::create_native fixed.
|
2016-12-05 01:03:30 +04:00 |
|
Alexey Botchkov
|
12897a5bba
|
MDEV-11437 JSON_QUOTE function does not quote and uses wrong character set.
json_quote fixed.
|
2016-12-05 01:03:30 +04:00 |
|
Alexey Botchkov
|
b4cbaf0b7c
|
MDEV-11436 CREATE TABLE .. AS SELECT JSON_OBJECT truncates data.
fix_length_and_dec() didn't calculate the length of the result
properly.
|
2016-12-05 01:03:30 +04:00 |
|
Alexey Botchkov
|
f391ab4f01
|
MDEV-11438 Assertion `null_value' failed in Item::send(Protocol*, String*) upon casting NULL as JSON.
test added.
|
2016-12-05 01:03:30 +04:00 |
|
Alexey Botchkov
|
f105014e9b
|
MDEV-11464 Server crashes in mark_object upon JSON_VALID.
Depth of nested objects should be controlled.
|
2016-12-03 12:41:19 +04:00 |
|
Alexey Botchkov
|
7fca133028
|
MDEV-11463 Server crashes in mark_array upon JSON_VALID.
The depth of nested arrays should be controlled, as it's limited.
|
2016-12-03 12:36:10 +04:00 |
|
Alexey Botchkov
|
edc75c9c16
|
MDEV-11450 Assertion `!null_value' failed invirtual bool Item::send on json_search.
Item_func_json_search::val_str didn't set the null_value
properly. So that affected the next record in the resultset.
|
2016-12-03 12:11:06 +04:00 |
|
Alexey Botchkov
|
a8467e2fab
|
MDEV-11449 Server crashes in Item_func_or_sum::agg_item_collations.
JSON_ARRAY didn't expect 0 arguments.
|
2016-12-03 11:45:24 +04:00 |
|
Alexey Botchkov
|
eca1579051
|
MDEV-11444 Server crashes in String::ptr / Item_func_json_depth::val_int.
CAST AS JSON didn't set the null_value mark properly.
|
2016-12-03 11:32:47 +04:00 |
|
Alexey Botchkov
|
4ad0813a55
|
MDEV-11143 Server crashes in json_string_set_cs.
Some JSON functions didn't expect NULL as a path.
|
2016-12-03 11:22:42 +04:00 |
|
Alexey Botchkov
|
e8c419570f
|
MDEV-11442 Server crashes in String::length / parse_one_or_all /Item_func_json_contains_path::val_int
Didn't expect 'one_or_all' parameter to be NULL.
|
2016-12-03 11:02:28 +04:00 |
|
Alexey Botchkov
|
b28626e842
|
MDEV-11441 Server crashes in String::append /Item_func_json_extract::val_str.
Wrong 'value_lengh' taken
|
2016-12-03 10:53:12 +04:00 |
|
Alexey Botchkov
|
ebe5ebba16
|
MDEV-9143 JSON_xxx functions.
The rest of mysql/json functions implemented.
CAST AS JSON implemented.
|
2016-11-15 17:04:31 +04:00 |
|
Alexey Botchkov
|
27025221fe
|
MDEV-9143 JSON_xxx functions.
strings/json_lib.c added as a JSON library.
SQL frunction added with sql/item_jsonfunc.h/cc
|
2016-10-19 14:10:03 +04:00 |
|