summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-7/+7
* 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
|/ / / /
* | | | 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
| |\ \ \ | | |/ / | |/| |
| | * | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-5/+5
| | * | Bug #53450: Crash / assertion "virtual intGleb Shchepa2010-05-141-1/+1
| | * | Bug #49756 Rows_examined is always 0 in the slow query log forStaale Smedseng2010-05-121-0/+2
* | | | 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
|\ \ \ | |/ / | | / | |/ |/|
| * BUG#51251: Wrong binlogging in case of TRUNCATE <temporary InnoDB table>Luis Soares2010-02-261-1/+3
| * BUG#51251: Wrong binlogging in case of TRUNCATE <temporary InnoDB table>Luis Soares2010-02-241-4/+12
* | 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
|\ \ \ | |/ / |/| / | |/
| * Backport Bug#37148 to 5.1He Zhenxing2010-01-241-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
|\ \ | |/
| * Bug #48350 truncate temporary table crashes replicationunknown2009-11-221-5/+5
| * Bug #46425 crash in Diagnostics_area::set_ok_status , empty statement, Magne Mahre2009-11-181-1/+2
* | 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
| |\ \ | | |/
| | * Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-4/+4
| | * Bug#46958: Assertion in Diagnostics_area::set_ok_status, Martin Hansson2009-09-281-61/+87
* | | 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
|\ \ | |/
| * Fix for bug #46456 [Ver->Prg]: HANDLER OPEN + TRUNCATE + DROPRamil Kalimullin2009-08-211-0/+4
* | Merge MySQL->MariaDBSergey Petrunya2009-09-081-18/+74
|\ \ | |/