summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Merge of the fix for bug #40113 to 5.1.Georgi Kodinov2009-07-131-1/+9
| |\
| | * Bug #40113: Embedded SELECT inside UPDATE or DELETE can timeout Georgi Kodinov2009-07-131-1/+9
| * | Bug#44834 strxnmov is expected to behave as you'd expectSergey Glukhov2009-06-191-2/+2
| * | auto-merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2009-06-181-1/+1
| |\ \
| | * | BUG#43929 binlog corruption when max_binlog_cache_size is exceededAlfranio Correia2009-06-181-1/+1
| | | |
| | \ \
| *-. \ \ Merge from 5.0-bugteamStaale Smedseng2009-06-171-1/+1
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/
| | | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-1/+1
| | * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-101-1/+1
| | |/
| | * merged 5.0-main -> 5.0-bugteamGeorgi Kodinov2009-05-151-7/+7
| | |\
| | | * Merge community up to enterprise, thus ending the community-serverChad MILLER2009-05-061-7/+7
| | | |\
| | | | * Merged from 5.0 (enterprise).Chad MILLER2008-12-171-2/+2
| | | | |\
| | | | * \ Merge from 5.0 trunk.Chad MILLER2008-07-141-2/+2
| | | | |\ \
| | | | * \ \ Merge chunk from trunk.Chad MILLER2008-07-101-9/+10
| | | | |\ \ \
| | | | * \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-101-7/+7
| | | | |\ \ \ \
| | | | | * \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-09-101-7/+7
| | | | | |\ \ \ \
| | | | | | * \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-07-021-7/+7
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-04-261-7/+7
| | | | | | | |\ \ \ \
| * | | | | | | | | | | BUG#41948 Query_log_event constructor needlessly contortedHe Zhenxing2009-05-301-3/+11
| * | | | | | | | | | | merging with local fix.Anurag Shekhar2009-05-061-1/+19
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /