summaryrefslogtreecommitdiff
path: root/mysql-test/main/delete_use_source.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-28965 Assertion failure when preparing UPDATE with derived table in WHEREIgor Babaev2023-03-151-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.4Marko Mäkelä2021-06-011-2/+2
|\
| * Fixed results for main.delete_use_source to make it repeatableMonty2021-05-261-2/+2
| |
* | Merge 10.3 into 10.4Marko Mäkelä2019-12-131-2/+3
|\ \ | |/ | | | | | | We disable the MDEV-21189 test galera.galera_partition because it times out.
| * Merge 10.2 into 10.3Marko Mäkelä2019-12-121-5/+6
| |
* | Fixed the results after the merge of 10.4 into bb-10.4-mdev16188.Igor Babaev2019-02-031-1/+1
| |
* | MDEV-15253: Default optimizer setting changes for MariaDB 10.4Varun Gupta2018-12-091-4/+5
|/ | | | | use_stat_tables= PREFERABLY optimizer_use_condition_selectivity= 4
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+154