summaryrefslogtreecommitdiff
path: root/mysql-test/suite/json/t
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29390: Improve coverage for UPDATE and DELETE statements in MTR test suitesLena Startseva2023-03-151-0/+94
* MDEV-30032: EXPLAIN FORMAT=JSON output: print costsSergei Petrunia2023-02-032-0/+2
* Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-0/+1
* Merge branch '10.8' into 10.9Oleksandr Byelkin2022-10-171-0/+8
|\
| * MDEV-28480: Assertion `0' failed in Item_row::illegal_method_call onRucha Deodhar2022-10-131-0/+8
* | 10.9 specific fixes for MDEV-29446 Change SHOW CREATE TABLE to display defaul...Alexander Barkov2022-09-221-0/+48
* | Merge 10.8 into 10.9Marko Mäkelä2022-06-072-5/+13
|\ \ | |/
| * MDEV-25875: JSON_TABLE: extract document fragment into JSON columnAlexey Botchkov2022-05-312-3/+11
| * let numeric in the DEMAULT.Alexey Botchkov2022-05-311-2/+2
* | Merge 10.8 into 10.9Marko Mäkelä2022-04-281-0/+11
|\ \ | |/
| * MDEV-27690 Crash on `CHARACTER SET csname COLLATE DEFAULT` in column definitionAlexander Barkov2022-04-251-0/+11
* | MDEV-28319: Assertion `cur_step->type & JSON_PATH_KEY' failed in json_find_pathRucha Deodhar2022-04-261-0/+6
* | MDEV-27743 Remove Lex::charsetAlexander Barkov2022-03-221-0/+67
|/
* Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-037-0/+305
|\
| * MDEV-27018 IF and COALESCE lose "json" propertybb-10.5-bar-MDEV-27018Alexander Barkov2022-01-217-0/+305
* | MDEV-27696 Json table columns accept redundant COLLATE syntaxAlexander Barkov2022-01-311-0/+28
* | MDEV-25154: JSON_TABLE: Queries involving ordinality columns are unsafe ...Sergei Petrunia2021-05-131-0/+25
* | MDEV-25149 JSON_TABLE: Inconsistency in implicit data type conversion.Alexey Botchkov2021-04-212-3/+20
* | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-1/+38
* | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-0/+13
* | MDEV-25353 JSON_TABLE: Illegal mix of collations upon executing PS once, or S...Alexey Botchkov2021-04-211-0/+12
* | MDEV-25420 JSON_TABLE: ASAN heap-buffer-overflow in Protocol::net_store_data ...Alexey Botchkov2021-04-211-0/+7
* | MDEV-25408 JSON_TABLE: AddressSanitizer CHECK failed in Binary_string::reallo...Alexey Botchkov2021-04-211-0/+10
* | MDEV-25379 JSON_TABLE: ERROR ON clauses are ignored if a column is not on sel...Alexey Botchkov2021-04-211-0/+9
* | MDEV-25397: JSON_TABLE: Unexpected ER_MIX_OF_GROUP_FUNC_AND_FIELDSSergei Petrunia2021-04-211-0/+11
* | MDEV-25259 JSON_TABLE: Illegal mix of collations upon executing query with co...Alexey Botchkov2021-04-211-0/+13
* | MDEV-25381: JSON_TABLE: ER_WRONG_OUTER_JOIN upon query with LEFT and RIGHT jo...Sergei Petrunia2021-04-211-0/+41
* | MDEV-25380: JSON_TABLE: Assertion `join->best_read < double(1.797...) failsSergei Petrunia2021-04-211-0/+17
* | MDEV-25346: JSON_TABLE: Server crashes in Item_field::fix_outer_field ...Sergei Petrunia2021-04-211-0/+14
* | MDEV-25352: JSON_TABLE: Inconsistent name resolution and ER_VIEW_INVALIDSergei Petrunia2021-04-211-0/+25
* | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-0/+21
* | MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-211-0/+11
* | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-212-7/+110
* | MDEV-25255 JSON_TABLE: CREATE TABLE ignores NULL ON ERROR (implicit or explic...Alexey Botchkov2021-04-211-0/+8
* | MDEV-25146 JSON_TABLE: Non-descriptive + wrong error messages upon trying to ...Alexey Botchkov2021-04-212-8/+14
* | MDEV-25138 JSON_TABLE: A space between JSON_TABLE and opening bracket causes ...Alexey Botchkov2021-04-211-0/+9
* | MDEV-25229 SON_TABLE: Server crashes in hton_name upon MATCH .. AGAINST.Alexey Botchkov2021-04-211-0/+7
* | MDEV-25230 JSON_TABLE: CREATE VIEW with 2nd level NESTED PATH ends up with in...Alexey Botchkov2021-04-211-0/+9
* | MDEV-25189 SON_TABLE: Assertion `l_offset >= 0 && table->s->rec_buff_length -...Alexey Botchkov2021-04-211-0/+9
* | MDEV-25188 JSON_TABLE: ASAN use-after-poison in Field_long::reset / Table_fun...Alexey Botchkov2021-04-211-0/+12
* | MDEV-25178 JSON_TABLE: ASAN use-after-poison in my_fill_8bit Json_table_colum...Alexey Botchkov2021-04-211-0/+5
* | MDEV-25183 JSON_TABLE: CREATE VIEW involving NESTED PATH ends up with invalid...Alexey Botchkov2021-04-211-0/+8
* | MDEV-25151 JSON_TABLE: Unexpectedly padded values in a PATH column.Alexey Botchkov2021-04-212-28/+38
* | MDEV-25141 JSON_TABLE: SELECT into outfile bypasses file privilege check.Alexey Botchkov2021-04-211-0/+6
* | MDEV-25143 JSON_TABLE: Server crashes in handler::print_error / hton_name upo...Alexey Botchkov2021-04-211-0/+6
* | MDEV-25145: JSON_TABLE: Assertion fixed == 1 failed .. on 2nd executionSergei Petrunia2021-04-211-0/+7
* | MDEV-25142: JSON_TABLE: CREATE VIEW involving EXISTS PATH ends up with invali...Sergei Petrunia2021-04-211-0/+11
* | MDEV-17399: JSON_TABLE: Fix the problem with cross-nested-join dependencySergei Petrunia2021-04-211-1/+32
* | MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-212-0/+1839
|/
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-141-207/+207