summaryrefslogtreecommitdiff
path: root/mysql-test/suite/json
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29390: Improve coverage for UPDATE and DELETE statements in MTR test suitesLena Startseva2023-03-152-0/+195
* MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'.Sergei Petrunia2023-02-032-0/+2
* MDEV-30032: EXPLAIN FORMAT=JSON output: print costsSergei Petrunia2023-02-034-0/+6
* Added test cases for preceding testMonty2023-02-031-2/+1
* 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-172-0/+14
|\
| * Merge branch '10.7' into 10.8Oleksandr Byelkin2022-10-172-0/+14
| |\
| | * Merge branch '10.6' into 10.7Oleksandr Byelkin2022-10-162-0/+14
| | |\
| | | * MDEV-28480: Assertion `0' failed in Item_row::illegal_method_call onRucha Deodhar2022-10-132-0/+14
* | | | 10.9 specific fixes for MDEV-29446 Change SHOW CREATE TABLE to display defaul...Alexander Barkov2022-09-222-0/+93
* | | | Merge 10.8 into 10.9Marko Mäkelä2022-09-212-9/+9
|\ \ \ \ | |/ / /
| * | | Merge 10.7 into 10.8Marko Mäkelä2022-09-212-9/+9
| |\ \ \ | | |/ /
| | * | Merge 10.6 into 10.7Marko Mäkelä2022-09-212-9/+9
| | |\ \ | | | |/
| | | * Merge 10.5 into 10.6Marko Mäkelä2022-09-202-9/+9
| | | |\
* | | | \ Merge 10.8 into 10.9Marko Mäkelä2022-07-282-30/+30
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.7 into 10.8Marko Mäkelä2022-07-281-29/+29
| |\ \ \ \ | | |/ / /
| | * | | MDEV-29062 Wrong result set metadata for a mix of INT+ENUMAlexander Barkov2022-07-081-29/+29
| | |/ /
| * | | json_type should consider the charset mbmaxlenqggcs2022-06-301-1/+1
* | | | Merge 10.8 into 10.9Marko Mäkelä2022-06-074-23/+47
|\ \ \ \ | |/ / /
| * | | Merge 10.7 into 10.8Marko Mäkelä2022-06-024-23/+47
| |\ \ \ | | |/ /
| | * | MDEV-25875: JSON_TABLE: extract document fragment into JSON columnAlexey Botchkov2022-05-314-19/+43
| | * | let numeric in the DEMAULT.Alexey Botchkov2022-05-312-4/+4
* | | | Merge 10.8 into 10.9Marko Mäkelä2022-04-282-0/+21
|\ \ \ \ | |/ / /
| * | | Merge 10.7 into 10.8Marko Mäkelä2022-04-272-0/+21
| |\ \ \ | | |/ /
| | * | MDEV-27690 Crash on `CHARACTER SET csname COLLATE DEFAULT` in column definitionAlexander Barkov2022-04-252-0/+21
* | | | MDEV-28319: Assertion `cur_step->type & JSON_PATH_KEY' failed in json_find_pathRucha Deodhar2022-04-262-0/+12
* | | | MDEV-27911: Implement range notation for json pathRucha Deodhar2022-04-151-28/+28
* | | | MDEV-27743 Remove Lex::charsetAlexander Barkov2022-03-222-0/+142
|/ / /
* | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-02-0416-0/+3376
|\ \ \ | |/ /
| * | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-0314-0/+3321
| |\ \ | | |/
| | * MDEV-27018 IF and COALESCE lose "json" propertybb-10.5-bar-MDEV-27018Alexander Barkov2022-01-2114-0/+3321
| * | MDEV-27696 Json table columns accept redundant COLLATE syntaxAlexander Barkov2022-01-312-0/+55
* | | MDEV-27036: resolve duplicated key issues of JSON tracing outputs:Sergei Krivonos2021-11-262-14/+22
|/ /
* | 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