summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-213-4/+5
* MDEV-25149 JSON_TABLE: Inconsistency in implicit data type conversion.Alexey Botchkov2021-04-215-33/+146
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-213-3/+76
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-213-5/+6
* MDEV-25420 JSON_TABLE: ASAN heap-buffer-overflow in Protocol::net_store_data ...Alexey Botchkov2021-04-213-14/+8
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-218-61/+147
* MDEV-25420 JSON_TABLE: ASAN heap-buffer-overflow in Protocol::net_store_data ...Alexey Botchkov2021-04-211-2/+2
* MDEV-25353 JSON_TABLE: Illegal mix of collations upon executing PS once, or S...Alexey Botchkov2021-04-214-40/+30
* MDEV-25420 JSON_TABLE: ASAN heap-buffer-overflow in Protocol::net_store_data ...Alexey Botchkov2021-04-213-4/+29
* MDEV-25408 JSON_TABLE: AddressSanitizer CHECK failed in Binary_string::reallo...Alexey Botchkov2021-04-213-0/+21
* MDEV-25379 JSON_TABLE: ERROR ON clauses are ignored if a column is not on sel...Alexey Botchkov2021-04-214-15/+42
* 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-213-0/+28
* MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-216-365/+175
* MDEV-25259 JSON_TABLE: Illegal mix of collations upon executing query with co...Alexey Botchkov2021-04-215-9/+17
* MDEV-25259 JSON_TABLE: Illegal mix of collations upon executing query with co...Alexey Botchkov2021-04-213-0/+25
* MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-211-1/+1
* MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-211-2/+2
* MDEV-25381: JSON_TABLE: ER_WRONG_OUTER_JOIN upon query with LEFT and RIGHT jo...Sergei Petrunia2021-04-214-28/+95
* MDEV-25380: JSON_TABLE: Assertion `join->best_read < double(1.797...) failsSergei Petrunia2021-04-215-0/+75
* MDEV-25346: JSON_TABLE: Server crashes in Item_field::fix_outer_field ...Sergei Petrunia2021-04-211-14/+20
* MDEV-17339 JSON_TABLE.Alexey Botchkov2021-04-219-23/+20
* MDEV-25346: JSON_TABLE: Server crashes in Item_field::fix_outer_field ...Sergei Petrunia2021-04-213-0/+43
* 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-215-11/+54
* MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-214-1/+34
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-11/+13
* Update result for perfschema.start_server_low_digest_sql_lengthSergei Petrunia2021-04-211-2/+2
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-2116-39/+398
* MDEV-25255 JSON_TABLE: CREATE TABLE ignores NULL ON ERROR (implicit or explic...Alexey Botchkov2021-04-213-0/+17
* MDEV-25146 JSON_TABLE: Non-descriptive + wrong error messages upon trying to ...Alexey Botchkov2021-04-218-26/+57
* MDEV-25155 JSON_TABLE: Status variable Feature_json is not incremented.Alexey Botchkov2021-04-214-27/+36
* MDEV-25263 JSON_TABLE: json_table test fails with valgrind.Alexey Botchkov2021-04-211-4/+1
* MDEV-25138 JSON_TABLE: A space between JSON_TABLE and opening bracket causes ...Alexey Botchkov2021-04-215-3/+27
* MDEV-25183 JSON_TABLE: CREATE VIEW involving NESTED PATH ends up with invalid...Alexey Botchkov2021-04-212-7/+7
* The ha_partition::table_type() method was just never called before.Alexey Botchkov2021-04-212-10/+0
* MDEV-25229 SON_TABLE: Server crashes in hton_name upon MATCH .. AGAINST.Alexey Botchkov2021-04-214-1/+17
* MDEV-25230 JSON_TABLE: CREATE VIEW with 2nd level NESTED PATH ends up with in...Alexey Botchkov2021-04-214-2/+44
* MDEV-25228 JSON_TABLE: Server crashes in Query_cache::unlink_table.Alexey Botchkov2021-04-213-2/+18
* 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-214-20/+43
* MDEV-25186 JSON_TABLE: ASAN global-buffer-overflow in my_strnncoll_binary upo...Alexey Botchkov2021-04-211-2/+3
* MDEV-25178 JSON_TABLE: ASAN use-after-poison in my_fill_8bit Json_table_colum...Alexey Botchkov2021-04-214-11/+28
* MDEV-25183 JSON_TABLE: CREATE VIEW involving NESTED PATH ends up with invalid...Alexey Botchkov2021-04-213-9/+27
* MDEV-25151 JSON_TABLE: Unexpectedly padded values in a PATH column.Alexey Botchkov2021-04-215-51/+90
* MDEV-25141 JSON_TABLE: SELECT into outfile bypasses file privilege check.Alexey Botchkov2021-04-214-14/+15
* MDEV-25143 JSON_TABLE: Server crashes in handler::print_error / hton_name upo...Alexey Botchkov2021-04-213-1/+12
* MDEV-25145: JSON_TABLE: Assertion fixed == 1 failed .. on 2nd executionSergei Petrunia2021-04-213-4/+31
* MDEV-25142: JSON_TABLE: CREATE VIEW involving EXISTS PATH ends up with invali...Sergei Petrunia2021-04-212-1/+12
* MDEV-17399: JSON_TABLE: cleanup table dependency codeSergei Petrunia2021-04-212-5/+11