Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-28965 Assertion failure when preparing UPDATE with derived table in WHERE | Igor Babaev | 2023-03-15 | 1 | -2/+182 |
| | | | | | | | | | | | | | | | This patch fixes not only the assertion failure in the function Field_iterator_table_ref::set_field_iterator() but also: - fixes the problem of forced materialization of derived tables used in subqueries contained in WHERE clauses of single-table and multi-table UPDATE and DELETE statements - fixes the problem of MDEV-17954 that prevented execution of multi-table DELETE statements if they use in their WHERE clauses references to the tables that are updated. The patch must be considered a complement to the patch for MDEV-28883. Approved by Oleksandr Byelkin <sanja@mariadb.com> | ||||
* | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-06-01 | 1 | -2/+2 |
|\ | |||||
| * | Fixed results for main.delete_use_source to make it repeatable | Monty | 2021-05-26 | 1 | -2/+2 |
| | | |||||
* | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-12-13 | 1 | -2/+3 |
|\ \ | |/ | | | | | | | We disable the MDEV-21189 test galera.galera_partition because it times out. | ||||
| * | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-12-12 | 1 | -5/+6 |
| | | |||||
* | | Fixed the results after the merge of 10.4 into bb-10.4-mdev16188. | Igor Babaev | 2019-02-03 | 1 | -1/+1 |
| | | |||||
* | | MDEV-15253: Default optimizer setting changes for MariaDB 10.4 | Varun Gupta | 2018-12-09 | 1 | -4/+5 |
|/ | | | | | use_stat_tables= PREFERABLY optimizer_use_condition_selectivity= 4 | ||||
* | Create 'main' test directory and move 't' and 'r' there | Michael Widenius | 2018-03-29 | 1 | -0/+154 |