924 Commits (a69da0c31e97109bba099022acdd393f92fa127f)

Author SHA1 Message Date
Sergei Golubchik a69da0c31e MDEV-19761 Before Trigger not processed for Not Null Columns if no explicit value and no DEFAULT 10 months ago
Oleksandr Byelkin 0d35fe6e57 MDEV-35326: Memory Leak in init_io_cache_ext upon SHUTDOWN 10 months ago
Dmitry Shulga 54c1031b74 MDEV-34958: after Trigger doesn't work correctly with bulk insert 10 months ago
Brandon Nesterenko dbfee9fc2b MDEV-34348: Consolidate cmp function declarations 12 months ago
Yuchen Pei b8c2bd9f69
MDEV-35249 Fix regression caused by MDEV-34447 12 months ago
Yuchen Pei e886c2ba02
MDEV-34757 Check leaf_tables_saved in partition pruning in UPDATE and DELETE 1 year ago
Yuchen Pei 2c3e07df47
MDEV-34447: Memory leakage is detected on running the test main.ps against the server 11.1 1 year ago
Dmitry Shulga ba5482ffc2 MDEV-34718: Trigger doesn't work correctly with bulk update 1 year ago
Nikita Malyavin 68c1fbfc17 MDEV-25370 Update for portion changes autoincrement key in bi-temp table 2 years ago
Rex c6a9fd7904 MDEV-32212 DELETE with ORDER BY and semijoin optimization causing crash 2 years ago
Igor Babaev f33fc2fae5 MDEV-30539 EXPLAIN EXTENDED: no message with queries for DML statements 3 years ago
Jan Lindström 4eb8e51c26 Merge 10.4 into 10.5 3 years ago
lrf141 da03d8d99f MDEV-19190 Assertion `...auto_inc_initialized` failed in get_auto_increment 4 years ago
Thirunarayanan Balathandayuthapani f9ec9b6abb MDEV-27282 InnoDB: Failing assertion: !query->intersection 3 years ago
Sergei Golubchik 6789f2cfab MDEV-18304 sql_safe_updates does not work with OR clauses 4 years ago
Daniel Ye 9fc1ef932f
MDEV-26545 Spider does not correctly handle UDF and stored function in where conds 4 years ago
Oleksandr Byelkin a7d880f0b0 MDEV-21916: COM_STMT_BULK_EXECUTE with RETURNING insert wrong values 5 years ago
Dmitry Shulga 91bde0fb67 MDEV-25576: The statement EXPLAIN running as regular statement and as prepared statement produces different results for UPDATE with subquery 4 years ago
Igor Babaev 2c9bf0ae87 This commit adds the same call of st_select_lex::set_unique_exclude() that 5 years ago
Igor Babaev 1288dfffe7 This patch complements the patch for MDEV-24823. 5 years ago
Igor Babaev e3a25793be MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SP 5 years ago
Igor Babaev b3b5d57e78 MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SP 5 years ago
Aleksey Midenkov 932ec586aa MDEV-23644 Assertion on evaluating foreign referential action for self-reference in system versioned table 5 years ago
Nikita Malyavin 5896a49820 MDEV-19130 Assertion failed in handler::update_auto_increment 6 years ago
Monty 6cee9b1953 MDEV-22535 TABLE::initialize_quick_structures() takes 0.5% in oltp_read_only 5 years ago
Monty 4102f1589c Aria will now register it's transactions 6 years ago
Monty d1d472646d Change THD->transaction to a pointer to enable multiple transactions 6 years ago
Sergei Golubchik 937dfb74cb MDEV-22424 Server crashes in handler::check_duplicate_long_entry_key or Assertion `inited == NONE || lookup_handler != this' failed upon DELETE FOR PORTION on table with long unique key 6 years ago
Monty e3130d22e1 Fixed some assert crashes related to keyread. 6 years ago
Sergei Golubchik fcd84da5f1 MDEV-22218 InnoDB: Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON upon LOAD DATA with NO_BACKSLASH_ESCAPES in SQL_MODE and unique blob in table 6 years ago
Sergei Golubchik 0515577d12 cleanup: prepare "update_handler" for WITHOUT OVERLAPS 6 years ago
Monty 4ef437558a Improve update handler (long unique keys on blobs) 6 years ago
Alexander Barkov a1e330de5a MDEV-21743 Split up SUPER privilege to smaller privileges 6 years ago
Aleksey Midenkov cef2b34f25 MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONED 6 years ago
Aleksey Midenkov 33f55789d3 MDEV-18727 improve DML operation of System Versioning (10.4) 6 years ago
Aleksey Midenkov bf58ec77a1 MDEV-18727 cleanup 6 years ago
Aleksey Midenkov 0076dce2c8 MDEV-18727 improve DML operation of System Versioning 6 years ago
Sergei Petrunia 68ed3a81f2 MDEV-20854: ANALYZE for statements: not clear where the time is spent 6 years ago
Monty b62101f84b Fixes for binary logging --read-only mode 6 years ago
Rucha Deodhar 837ad9ab97 MDEV-10014 Add RETURNING to INSERT 6 years ago
Sergei Golubchik 57a09a72a3 cleanup st_select_lex_unit::explainable 6 years ago
Sergei Golubchik 721a9df751 cleanup: formatting 6 years ago
Sergei Golubchik a4a025f5d1 cleanup: don't pass wild_num to setup_wild() 6 years ago
Oleksandr Byelkin 1ae02f0e0d MDEV-18553: MDEV-16327 pre-requisits part 2: uniform of LIMIT/OFFSET handling 6 years ago
Aleksey Midenkov f6d0d309fa MDEV-19814 Assertion `update->n_fields < ulint(table->n_cols + table->n_v_cols)' on DELETE HISTORY 6 years ago
Aleksey Midenkov 1a73444d57 Cleanups: DELETE HISTORY [MDEV-19814] 6 years ago
Nisha Gopalakrishnan 2536c0b1eb BUG#28642318: POINT IN TIME RECOVERY USING MYSQLBINLOG BROKEN WITH TEMPORARY TABLE -> ERRORS 7 years ago
Sergei Golubchik 43623f04a9 MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONING 7 years ago
Vicențiu Ciorbaru 5543b75550 Update FSF Address 7 years ago
Nikita Malyavin 7e3e2d060b MDEV-18859 Server crashes in bitmap_bits_set / pack_row / THD::binlog_write_row upon DELETE .. FOR PORTION with binary logging 7 years ago