summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* 5.5 mergeSergei Golubchik2013-06-061-1/+1
|\
| * MDEV-4465: Reproducible crash (mysqld got signal 11) in multi_delete::initial...Sergey Petrunya2013-05-031-1/+1
* | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-1/+2
* | Merge maria-5.5-mwl248 -> 10.0-base.Igor Babaev2012-12-161-0/+2
|\ \
| * | Addressed all remaining issues from the review of the patchIgor Babaev2012-12-131-0/+1
| * | Merge 5.5->mwl248Igor Babaev2012-12-041-1/+3
| |\ \ | | |/
| * | Merge 5.5->5.5-mwl248Igor Babaev2012-08-141-1/+7
| |\ \
| * \ \ Merge 5.5 -> 5.5-mwl248.Igor Babaev2012-06-261-1/+1
| |\ \ \
| * \ \ \ Merge 5.5 -> 5.5-mwl248.Igor Babaev2012-04-111-1/+2
| |\ \ \ \
| * | | | | The pilot implementation of mwl#250: Use the statistics from persistentIgor Babaev2012-04-111-0/+1
* | | | | | Merge mariadb-5.5 -> 10.0-base.Igor Babaev2012-12-161-1/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | 5.3->5.5 mergeSergei Golubchik2012-11-221-1/+3
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge MariaDB 5.2->5.3unknown2012-11-201-1/+3
| | |\ \ \ \
| | | * | | | Fixed bug mdev-3845.Igor Babaev2012-11-091-1/+3
| | | * | | | Fixed DELETE issues of view over view over table.unknown2012-02-031-2/+3
* | | | | | | Merge MDEV-415 -> 10.0-base.Igor Babaev2012-09-011-3/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | MDEV-415: Back-port of the WL task #1393 from the mysql-5.6 code line.Igor Babaev2012-09-011-3/+5
| | |_|_|_|/ | |/| | | |
* | | | | | merge with MySQL 5.5.27Sergei Golubchik2012-08-091-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Bug#13586591 RQG GRAMMAR CONF/ENGINES/ENGINE_STRESS.YYJon Olav Hauglid2012-06-121-1/+7
* | | | | | Fix for bug lp:944706, task MDEV-193unknown2012-05-171-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge mariadb 5.3->mariadb 5.5unknown2012-03-241-1/+2
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Speedup:Michael Widenius2012-03-231-1/+2
* | | | 5.3.4 mergeSergei Golubchik2012-02-151-3/+4
|\ \ \ \ | |/ / /
| * | | Moving LP BUG#794005 to 5.3 + fixing INSERT of multi-table view.unknown2012-02-031-3/+4
| * | | multi-delete should ignore semi-join internal temp tables, when looking for t...Sergei Golubchik2012-01-181-1/+1
* | | | 5.3 mergeSergei Golubchik2012-01-131-17/+9
|\ \ \ \
| * | | | multi-delete should ignore semi-join internal temp tables,Sergei Golubchik2012-01-131-1/+1
| |/ / /
| * | | Rewrite IGNORE handling:Michael Widenius2011-12-111-15/+6
| * | | Merge with 5.2.Michael Widenius2011-12-111-2/+4
| |\ \ \ | | | |/ | | |/|
| | * | Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| | |\ \
| | | * \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | | |\ \
* | | | \ \ 5.3->5.5 mergeSergei Golubchik2011-11-221-8/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-7/+7
* | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\ \ \ \
| | | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | | | | merge with 5.3Sergei Golubchik2011-10-191-20/+65
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Fixed LP bug #794901.Igor Babaev2011-07-161-1/+3
| * | | | | | Fixed LP bug #794890.Igor Babaev2011-06-131-8/+15
| * | | | | | Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-15/+44
| |\ \ \ \ \ \
| | * | | | | | Fixed bugs causing failures fot the funcs_1 test suite.Igor Babaev2011-06-031-4/+6
| | * | | | | | MergeIgor Babaev2011-05-201-15/+42
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-15/+42
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-15/+42
| | | | |\ \ \ \ \ \
| | | | | * | | | | | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-15/+42
| * | | | | | | | | | Merge 5.3->main -> 5.3-mwl90Sergey Petrunya2011-05-291-3/+4
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge MWL#90 with 5.3-mainSergey Petrunya2011-05-251-3/+4
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | MWL#90: Address review feedback part #14Sergey Petrunya2011-03-271-3/+4
| * | | | | | | | | | Merge with 5.3 mainMichael Widenius2011-05-161-0/+4
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /