summaryrefslogtreecommitdiff
path: root/sql/json_table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28480: Assertion `0' failed in Item_row::illegal_method_call onRucha Deodhar2022-10-131-1/+1
* MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-291-9/+15
* MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-261-8/+32
* MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-201-0/+15
* 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
* MDEV-27696 Json table columns accept redundant COLLATE syntaxAlexander Barkov2022-01-311-1/+3
* 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