summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25576: The statement EXPLAIN running as regular statement and as prepare...Dmitry Shulga2021-05-301-0/+2
* This patch complements the patch for MDEV-24823.Igor Babaev2021-04-231-1/+1
* MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SPIgor Babaev2021-04-221-9/+6
* Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-1/+2
|\
| * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-2/+3
| |\
| | * BUG#28642318: POINT IN TIME RECOVERY USING MYSQLBINLOG BROKEN WITH TEMPORARY ...Nisha Gopalakrishnan2019-07-241-2/+3
* | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\ \ | | |/
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2019-03-041-4/+4
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Oleksandr Byelkin2019-03-011-3/+3
| |\ \
| | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-02-281-3/+3
| | |\ \ | | | |/
| | | * A cleanup in derived table handling: removing duplicate code from st_select_l...Alexander Barkov2019-02-281-3/+3
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-09-241-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-09-231-0/+1
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-09-211-0/+1
| | |\ \ | | | |/
| | | * MDEV-16741 Assertion `m_extra_cache' failed in ha_partition::late_extra_cacheEugene Kosov2018-09-101-0/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-201-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-191-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ...Monty2018-05-161-1/+1
* | | | MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_typ...Varun Gupta2018-05-161-1/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-1/+1
| | |\ \ | | | |/
* | | | Fix some conversion warnings.Vladislav Vaintroub2017-09-301-1/+1
* | | | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-1/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-1/+0
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-4/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-141-4/+1
| | |\ \ | | | |/
| | | * MDEV-11706 Assertion `is_stat_field || !table || (!table->write_set || bitmap...Sergei Golubchik2017-01-111-4/+1
* | | | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-111-3/+2
* | | | bugfix: multi-UPDATE, vcols, const tablesSergei Golubchik2016-12-121-2/+9
* | | | bugfix: move vcol calculations down into the handlerSergei Golubchik2016-12-121-1/+1
* | | | cleanup: TABLE::update_virtual_fieldsSergei Golubchik2016-12-121-1/+1
* | | | cleanup: update_virtual_fields()Sergei Golubchik2016-12-121-3/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-1/+3
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-0/+3
| |\ \ \ | | |/ /
| | * | Added new status variables to make it easier to debug certain problems:Monty2016-08-211-0/+3
| * | | cleanupSergei Golubchik2016-07-131-1/+0
| * | | MDEV-8989: ORDER BY optimizer ignores equality propagationSergei Petrunia2016-05-231-1/+1
* | | | Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-11/+16
* | | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-36/+30
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-8/+9
|\ \ \ | |/ /
| * | Fixed MDEV-8408Monty2015-10-231-8/+9
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-1/+1
* | | Make ANALYZE FORMAT=JSON show execution time for filesort element.Sergei Petrunia2015-08-071-1/+1
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-2/+2
* | | MDEV-8282: crash in filesort() with simple ordered deleteSergei Petrunia2015-06-201-0/+1
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-1/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-1/+2
| |\ \ | | |/