summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | MWL#89unknown2011-03-011-0/+4
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-11-051-0/+4
| | | |\ \ \ \ \ \
| | | | * | | | | | MWL#89: Cost-based choice between Materialization and IN->EXISTS transformationunknown2010-09-051-0/+4
| | | | |/ / / / /
| * | | | | | | | Merge with MariaDB 5.2Michael Widenius2011-05-101-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Merge Mariadb 5.1->5.2unknown2011-04-121-1/+1
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Bug fix for lp:732124 union + limit returns wrong resultMichael Widenius2011-03-091-1/+1
| * | | | | | | | Implementation of MWL#172: Add support for prepared statements to HANDLER READMichael Widenius2011-01-041-0/+1
| |/ / / / / / /
* | | | | | | | post-merge fixes.Sergei Golubchik2011-07-021-2/+8
* | | | | | | | 5.5-mergeSergei Golubchik2011-07-021-3/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Bug #51099 Assertion in mysql_multi_delete_prepare()Jon Olav Hauglid2010-10-041-3/+1
* | | | | | | | lots of post-merge changesSergei Golubchik2011-04-251-1/+0
* | | | | | | | merge.Sergei Golubchik2010-11-251-8/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | Fix usage of mysqld option --new, --old, --safe and --skip_new to not disable...Michael Widenius2010-09-231-1/+0
| * | | | | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-6/+8
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-6/+8
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | MergeIgor Babaev2010-07-171-1/+1
| |\ \ \ \ \ \
| | * | | | | | Fixed bug #604503.Igor Babaev2010-07-171-1/+1
| * | | | | | | Fix for LP#588251: doStartTableScan() result not checked.Michael Widenius2010-07-171-2/+12
| |/ / / / / /
| * | | | | | Fixed bug #601164.Igor Babaev2010-07-021-0/+1
| |/ / / / /
| * | | | | Changed the fixes for the following bugs:Igor Babaev2010-05-251-2/+1
| * | | | | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-4/+14
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Automatic mergeMichael Widenius2010-03-101-2/+5
| |\ \ \ \ \
| | * | | | | Fix for: Bug#44987 DELETE IGNORE and FK constraintMichael Widenius2010-03-101-2/+5
| * | | | | | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-5/+7
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | When one does a drop table, the indexes are not flushed to disk before drop a...Michael Widenius2010-02-101-0/+4
| * | | | | | Merge with MySQL 5.1.42Michael Widenius2010-01-151-6/+8
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge MySQL 5.1.41 into MariaDB trunk, including a number of after-merge fixes.unknown2009-11-301-65/+91
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge with MySQL 5.1, with following additions:unknown2009-11-161-65/+91
| | |\ \ \ \ \ \ \
| * | | | | | | | | Safety change to ensure read/black trees (used with heap tables) works on 64 ...Michael Widenius2009-11-161-2/+2
| |/ / / / / / / /
| * | | | | | | | Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-0/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge MySQL->MariaDBSergey Petrunya2009-09-081-18/+74
| |\ \ \ \ \ \ \ \ \