summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/
| | * MDEV-8018: main.multi_update fails with --ps-protocolOleksandr Byelkin2015-04-221-1/+1
* | | [MDEV-8063]: Fix incorrect commit.Vicentiu Ciorbaru2015-05-191-3/+3
* | | MDEV-8063: Unconditional ANALYZE DELETE does not delete rowsVicențiu Ciorbaru2015-05-191-4/+2
* | | MDEV-7950 Item_func::type() takes 0.26% in OLTP ROAlexander Barkov2015-05-141-1/+1
* | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-05-131-2/+2
* | | MDEV-7951 - sql_alloc() takes 0.25% in OLTP ROSergey Vojtovich2015-05-131-1/+1
* | | MergeSergei Petrunia2015-04-121-1/+2
|\ \ \
| * | | MDEV-7856: EXPLAIN FORMAT=JSON should show partitionsOleksandr Byelkin2015-04-091-1/+2
* | | | MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BYSergei Petrunia2015-04-121-8/+17
|/ / /
* | | MDEV-7899: 10.1 is 3% slower than 10.0 in OLTP ROSergei Petrunia2015-04-071-8/+15
* | | MDEV-7812: ANALYZE FORMAT=JSON UPDATE/DELETE doesnt print the r_total_time_msOleksandr Byelkin2015-03-291-0/+2
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-2/+3
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-02-181-2/+3
| |\ \ | | |/
| | * MDEV-7260: Crash in get_best_combination when executing multi-table UPDATE wi...unknown2015-02-111-2/+3
* | | MDEV-6676: Optimistic parallel replicationKristian Nielsen2014-12-061-0/+4
* | | my_alloc.cmariadb-10.1.2Monty2014-12-051-2/+2
* | | Merge branch '10.1' into bb-10.1-mergeSergei Golubchik2014-12-031-13/+13
|\ \ \
| * | | EXPLAIN FORMAT=JSON: Add support for single-table UPDATE/DELETE.Sergei Petrunia2014-11-281-13/+13
* | | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-0/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-1/+2
|\ \ \ | |/ /
| * | 5.5.39 mergeSergei Golubchik2014-08-071-1/+2
| |\ \ | | |/
| | * MDEV-6289 : Unexpected results when querying information_schemaSergey Petrunya2014-07-231-1/+2
* | | cleanup: galera merge, simple changesSergei Golubchik2014-10-011-6/+3
* | | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-7/+10