summaryrefslogtreecommitdiff
path: root/mysql-test/suite/json
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-191-1/+1
* MDEV-25154: JSON_TABLE: Queries involving ordinality columns are unsafe ...Sergei Petrunia2021-05-132-0/+51
* MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-211-1/+1
* MDEV-25149 JSON_TABLE: Inconsistency in implicit data type conversion.Alexey Botchkov2021-04-214-15/+119
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-212-2/+75
* MDEV-25420 JSON_TABLE: ASAN heap-buffer-overflow in Protocol::net_store_data ...Alexey Botchkov2021-04-211-1/+1
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-212-0/+30
* MDEV-25353 JSON_TABLE: Illegal mix of collations upon executing PS once, or S...Alexey Botchkov2021-04-213-6/+30
* MDEV-25420 JSON_TABLE: ASAN heap-buffer-overflow in Protocol::net_store_data ...Alexey Botchkov2021-04-212-0/+16
* MDEV-25408 JSON_TABLE: AddressSanitizer CHECK failed in Binary_string::reallo...Alexey Botchkov2021-04-212-0/+20
* MDEV-25379 JSON_TABLE: ERROR ON clauses are ignored if a column is not on sel...Alexey Botchkov2021-04-212-0/+17
* MDEV-25397: JSON_TABLE: Unexpected ER_MIX_OF_GROUP_FUNC_AND_FIELDSSergei Petrunia2021-04-212-0/+22
* MDEV-25259 JSON_TABLE: Illegal mix of collations upon executing query with co...Alexey Botchkov2021-04-212-0/+23
* MDEV-25381: JSON_TABLE: ER_WRONG_OUTER_JOIN upon query with LEFT and RIGHT jo...Sergei Petrunia2021-04-212-0/+84
* MDEV-25380: JSON_TABLE: Assertion `join->best_read < double(1.797...) failsSergei Petrunia2021-04-212-0/+33
* MDEV-25346: JSON_TABLE: Server crashes in Item_field::fix_outer_field ...Sergei Petrunia2021-04-212-0/+25
* MDEV-25352: JSON_TABLE: Inconsistent name resolution and ER_VIEW_INVALIDSergei Petrunia2021-04-212-0/+44
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-212-0/+38
* MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-212-0/+29
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-214-22/+204
* MDEV-25255 JSON_TABLE: CREATE TABLE ignores NULL ON ERROR (implicit or explic...Alexey Botchkov2021-04-212-0/+16
* MDEV-25146 JSON_TABLE: Non-descriptive + wrong error messages upon trying to ...Alexey Botchkov2021-04-214-15/+29
* MDEV-25138 JSON_TABLE: A space between JSON_TABLE and opening bracket causes ...Alexey Botchkov2021-04-213-2/+25
* MDEV-25229 SON_TABLE: Server crashes in hton_name upon MATCH .. AGAINST.Alexey Botchkov2021-04-212-0/+12
* MDEV-25230 JSON_TABLE: CREATE VIEW with 2nd level NESTED PATH ends up with in...Alexey Botchkov2021-04-212-0/+20
* MDEV-25189 SON_TABLE: Assertion `l_offset >= 0 && table->s->rec_buff_length -...Alexey Botchkov2021-04-212-0/+16
* MDEV-25188 JSON_TABLE: ASAN use-after-poison in Field_long::reset / Table_fun...Alexey Botchkov2021-04-212-0/+26
* MDEV-25178 JSON_TABLE: ASAN use-after-poison in my_fill_8bit Json_table_colum...Alexey Botchkov2021-04-212-0/+11
* MDEV-25183 JSON_TABLE: CREATE VIEW involving NESTED PATH ends up with invalid...Alexey Botchkov2021-04-212-0/+19
* MDEV-25151 JSON_TABLE: Unexpectedly padded values in a PATH column.Alexey Botchkov2021-04-214-48/+68
* MDEV-25141 JSON_TABLE: SELECT into outfile bypasses file privilege check.Alexey Botchkov2021-04-212-0/+8
* MDEV-25143 JSON_TABLE: Server crashes in handler::print_error / hton_name upo...Alexey Botchkov2021-04-212-0/+11
* MDEV-25145: JSON_TABLE: Assertion fixed == 1 failed .. on 2nd executionSergei Petrunia2021-04-212-0/+24
* 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-212-2/+62
* MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-214-0/+3927
* MDEV-19628 JSON with starting double quotes key is not valid.Alexey Botchkov2019-09-301-1/+1
* MDEV-13992 Implement JSON_MERGE_PATCH.Alexey Botchkov2019-05-171-2/+2
* MDEV-15561 json_extract returns NULL with numbers in scientific notation.Alexey Botchkov2018-03-251-30/+10
* MDEV-13324 JSON_SET returns NULL instead of object.Alexey Botchkov2017-09-121-2/+1
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-142-567/+589
* MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-101-2/+6
* MDEV-11858 json_merge() concatenates instead of merging.Alexey Botchkov2017-02-101-14/+14
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-02-061-160/+149
* MDEV-11938 json.json_no_table crashes or fails with valgrind warnings in json...Alexey Botchkov2017-02-021-9/+7
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-261-37/+25
* MDEV-11557 Port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-251-14/+14
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-242-0/+5922