summaryrefslogtreecommitdiff
path: root/sql/item_jsonfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-141-0/+2
|\
| * MDEV-13633 JSON_ARRAY() - bad output with some UTF8 characters.Alexey Botchkov2017-09-131-0/+2
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-09-131-5/+27
|\ \ | |/
| * MDEV-12877 Wrong result from JSON native function.Alexey Botchkov2017-09-131-0/+3
| * MDEV-13786 compiler complains about uninitialized variable.Alexey Botchkov2017-09-121-1/+1
| * MDEV-13104 Json functions.Alexey Botchkov2017-09-121-3/+14
| * MDEV-13324 JSON_SET returns NULL instead of object.Alexey Botchkov2017-09-121-1/+5
| * MDEV-12982 JSON_EXTRACT returns data for invalid JSON.Alexey Botchkov2017-09-121-0/+4
* | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-251-8/+11
|\ \ | |/
| * MDEV-13435 Crash when selecting virtual columns generated using JSON functionsSergei Golubchik2017-08-141-8/+11
| * MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-111-131/+149
* | MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-111-131/+149
* | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-08-091-16/+148
|\ \ | |/
| * MDEV-12789 JSON_KEYS returns duplicate keys twice.Alexey Botchkov2017-08-081-4/+46
| * MDEV-12732 json.json_no_table fails with valgrind in buildbot andAlexey Botchkov2017-08-081-1/+2
| * MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-081-11/+100
* | MDEV-12854 Synchronize CREATE..SELECT data type and result set metadata data ...Alexander Barkov2017-05-201-3/+4
* | Fixed compiler warnings and warnings from build.tagsMonty2017-05-081-0/+2
|/
* MDEV-12363 Assertion `0' failed in Type_handler_string_result::make_sort_key(...Alexey Botchkov2017-05-021-0/+12
* MDEV-12364 Server crashes in __memcpy_sse2_unaligned / String::copy onAlexey Botchkov2017-05-021-1/+1
* MDEV-12262 Assertion `!null_value' failed in virtual bool Item::send onAlexey Botchkov2017-03-201-0/+2
* MDEV-11833 JSON functions don't seem to respect max_allowed_packet.Alexey Botchkov2017-03-141-2/+21
* MDEV-11856 json_search doesn't search for values with double quotesAlexey Botchkov2017-03-141-3/+22
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-141-38/+32
* bugfix: uninitialized variableSergei Golubchik2017-02-141-2/+1
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends toAlexey Botchkov2017-02-141-6/+63
* MDEV-11858 json_merge() concatenates instead of merging.Alexey Botchkov2017-02-101-50/+201
* MDEV-11857 json_search() shows "Out of memory" with empty key.Alexey Botchkov2017-02-091-4/+8
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-02-061-15/+211
* MDEV-11938 json.json_no_table crashes or fails with valgrind warnings in json...Alexey Botchkov2017-02-021-0/+3
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-261-7/+17
* MDEV-11557 Port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-251-2/+6
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-241-175/+191
* MDEV-11042 Implement GeoJSON functions.Alexey Botchkov2017-01-241-3/+3
* Fixed issues found by buildbotMonty2017-01-111-1/+1
* MDEV-11573 JSON_LENGTH returns incorrect results.Alexey Botchkov2016-12-241-5/+61
* MDEV-11570 JSON_MERGE returns incorrect result.Alexey Botchkov2016-12-201-10/+32
* MDEV-11572 JSON_DEPTH returns wrong results.Alexey Botchkov2016-12-161-0/+1
* MDEV-11569 JSON_ARRAY_INSERT produces an invalid result.Alexey Botchkov2016-12-161-26/+29
* MDEV-JSON_CONTAINS_PATH returns incorrect results and produces wrong warning.Alexey Botchkov2016-12-161-2/+2
* MDEV-11562 Assertion `js->state == JST_VALUE' failed in check_contains(json_e...Alexey Botchkov2016-12-161-1/+4
* MDEV-11470 JSON_KEYS accepts arguments in invalid format.Alexey Botchkov2016-12-131-125/+304
* MDEV-11453 JSON_CONTAINS returns incorrect values.Alexey Botchkov2016-12-111-87/+158
* MDEV-11469 JSON_SEARCH returns incorrect results.Alexey Botchkov2016-12-091-19/+56
* MDEV-11489 Assertion `0' failed in json_find_path.Alexey Botchkov2016-12-081-9/+10
* MDEV-11433 JSON_MERGE returns a non-NULL result with a NULL argument.Alexey Botchkov2016-12-061-14/+60
* MDEV-11468 JSON_UNQUOTE returns incorrect results.Alexey Botchkov2016-12-061-2/+2
* MDEV-11467 JSON_EXTRACT returns incorrect results.Alexey Botchkov2016-12-051-37/+37
* MDEV-11465 JSON_LENGTH returns incorrect length.Alexey Botchkov2016-12-051-2/+1
* MDEV-11471 JSON_ARRAY_APPEND returns incorrect results.Alexey Botchkov2016-12-051-28/+89