summaryrefslogtreecommitdiff
path: root/sql/json_table.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.8 into 10.9Marko Mäkelä2022-06-071-0/+1
|\
| * MDEV-25875: JSON_TABLE: extract document fragment into JSON columnAlexey Botchkov2022-05-311-0/+1
* | Step#1 MDEV-27896 Wrong result upon `COLLATE latin1_bin CHARACTER SET latin1`...Alexander Barkov2022-05-231-1/+1
* | MDEV-27743 Remove Lex::charsetAlexander Barkov2022-03-221-0/+2
|/
* MDEV-27696 Json table columns accept redundant COLLATE syntaxAlexander Barkov2022-01-311-1/+1
* MDEV-25154: JSON_TABLE: Queries involving ordinality columns are unsafe ...Sergei Petrunia2021-05-131-0/+16
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-2/+5
* MDEV-25259 JSON_TABLE: Illegal mix of collations upon executing query with co...Alexey Botchkov2021-04-211-1/+1
* MDEV-25381: JSON_TABLE: ER_WRONG_OUTER_JOIN upon query with LEFT and RIGHT jo...Sergei Petrunia2021-04-211-9/+10
* MDEV-25380: JSON_TABLE: Assertion `join->best_read < double(1.797...) failsSergei Petrunia2021-04-211-0/+3
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-0/+7
* MDEV-25146 JSON_TABLE: Non-descriptive + wrong error messages upon trying to ...Alexey Botchkov2021-04-211-1/+1
* MDEV-25183 JSON_TABLE: CREATE VIEW involving NESTED PATH ends up with invalid...Alexey Botchkov2021-04-211-1/+2
* MDEV-25230 JSON_TABLE: CREATE VIEW with 2nd level NESTED PATH ends up with in...Alexey Botchkov2021-04-211-0/+1
* MDEV-17399: JSON_TABLE: Fix the problem with cross-nested-join dependencySergei Petrunia2021-04-211-0/+3
* MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-0/+256