summaryrefslogtreecommitdiff
path: root/sql/json_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.8 into 10.9Marko Mäkelä2022-06-071-1/+30
|\
| * Merge 10.6 into 10.7Marko Mäkelä2022-06-021-1/+30
| |\
| | * MDEV-25875: JSON_TABLE: extract document fragment into JSON columnRucha Deodhar2022-05-311-1/+1
| | * MDEV-25875: JSON_TABLE: extract document fragment into JSON columnAlexey Botchkov2022-05-311-1/+30
* | | Step#1 MDEV-27896 Wrong result upon `COLLATE latin1_bin CHARACTER SET latin1`...Alexander Barkov2022-05-231-1/+1
* | | MDEV-27911: Implement range notation for json pathRucha Deodhar2022-04-151-1/+2
* | | MDEV-22224: Support JSON Path negative indexRucha Deodhar2022-04-131-2/+3
* | | MDEV-27743 Remove Lex::charsetAlexander Barkov2022-03-221-4/+18
|/ /
* | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-1/+3
|\ \ | |/
| * MDEV-27696 Json table columns accept redundant COLLATE syntaxAlexander Barkov2022-01-311-1/+3
* | cleanup: MY_BITMAP mutexSergei Golubchik2021-08-261-2/+1
|/
* Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-1/+1
* Reduce usage of strlen()Monty2021-05-191-21/+26
* MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-211-1/+2
* MDEV-25149 JSON_TABLE: Inconsistency in implicit data type conversion.Alexey Botchkov2021-04-211-18/+27
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-1/+1
* MDEV-25420 JSON_TABLE: ASAN heap-buffer-overflow in Protocol::net_store_data ...Alexey Botchkov2021-04-211-0/+3
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-49/+76
* MDEV-25353 JSON_TABLE: Illegal mix of collations upon executing PS once, or S...Alexey Botchkov2021-04-211-34/+0
* MDEV-25408 JSON_TABLE: AddressSanitizer CHECK failed in Binary_string::reallo...Alexey Botchkov2021-04-211-0/+1
* MDEV-25379 JSON_TABLE: ERROR ON clauses are ignored if a column is not on sel...Alexey Botchkov2021-04-211-14/+23
* Code cleanup: thd->lex->current_select->context == s_lex here, so use s_lexSergei Petrunia2021-04-211-4/+4
* MDEV-25397: JSON_TABLE: Unexpected ER_MIX_OF_GROUP_FUNC_AND_FIELDSSergei Petrunia2021-04-211-0/+6
* MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-211-257/+26
* MDEV-25259 JSON_TABLE: Illegal mix of collations upon executing query with co...Alexey Botchkov2021-04-211-2/+2
* MDEV-25259 JSON_TABLE: Illegal mix of collations upon executing query with co...Alexey Botchkov2021-04-211-0/+2
* MDEV-25381: JSON_TABLE: ER_WRONG_OUTER_JOIN upon query with LEFT and RIGHT jo...Sergei Petrunia2021-04-211-19/+1
* MDEV-25380: JSON_TABLE: Assertion `join->best_read < double(1.797...) failsSergei Petrunia2021-04-211-0/+6
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-11/+13
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-2/+144
* MDEV-25255 JSON_TABLE: CREATE TABLE ignores NULL ON ERROR (implicit or explic...Alexey Botchkov2021-04-211-0/+1
* MDEV-25146 JSON_TABLE: Non-descriptive + wrong error messages upon trying to ...Alexey Botchkov2021-04-211-9/+18
* MDEV-25263 JSON_TABLE: json_table test fails with valgrind.Alexey Botchkov2021-04-211-4/+1
* MDEV-25183 JSON_TABLE: CREATE VIEW involving NESTED PATH ends up with invalid...Alexey Botchkov2021-04-211-6/+5
* MDEV-25229 SON_TABLE: Server crashes in hton_name upon MATCH .. AGAINST.Alexey Botchkov2021-04-211-0/+4
* MDEV-25230 JSON_TABLE: CREATE VIEW with 2nd level NESTED PATH ends up with in...Alexey Botchkov2021-04-211-2/+23
* MDEV-25188 JSON_TABLE: ASAN use-after-poison in Field_long::reset / Table_fun...Alexey Botchkov2021-04-211-10/+12
* MDEV-25178 JSON_TABLE: ASAN use-after-poison in my_fill_8bit Json_table_colum...Alexey Botchkov2021-04-211-6/+6
* MDEV-25183 JSON_TABLE: CREATE VIEW involving NESTED PATH ends up with invalid...Alexey Botchkov2021-04-211-9/+8
* MDEV-25151 JSON_TABLE: Unexpectedly padded values in a PATH column.Alexey Botchkov2021-04-211-3/+22
* MDEV-25143 JSON_TABLE: Server crashes in handler::print_error / hton_name upo...Alexey Botchkov2021-04-211-1/+1
* MDEV-25142: JSON_TABLE: CREATE VIEW involving EXISTS PATH ends up with invali...Sergei Petrunia2021-04-211-1/+1
* MDEV-17399: JSON_TABLE: cleanup table dependency codeSergei Petrunia2021-04-211-4/+10
* MDEV-17399: JSON_TABLE: Fix the problem with cross-nested-join dependencySergei Petrunia2021-04-211-0/+114
* MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-0/+1286