summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.local2006-11-021-1/+1
|\
| * Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0kroki/tomash@moonlight.intranet2006-10-251-1/+1
| |\
| | * Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-4.1-bug18819kroki/tomash@moonlight.intranet2006-10-251-1/+1
| | |\
| | | * BUG#18819: DELETE IGNORE hangs on foreign key parent deletekroki/tomash@moonlight.intranet2006-10-251-1/+2
* | | | Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.0jonas@perch.ndb.mysql.com2006-10-271-1/+1
|\ \ \ \ | |/ / /
| * | | Merge bk-internal:/home/bk/mysql-5.0-optgkodinov/kgeorge@macbook.gmz2006-10-171-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Bug#21798: memory leak during query execution with subquery in columngkodinov/kgeorge@macbook.gmz2006-10-171-1/+1
* | | | Merge willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2stewart@willster.(none)2006-10-161-1/+6
|\ \ \ \ | |/ / / |/| | |
| * | | BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tablesstewart@willster.(none)2006-09-281-1/+6
| | |/ | |/|
* | | Fixed bug #21493: crash for the second execution of a functionigor@rurik.mysql.com2006-09-161-1/+2
| |/ |/|
* | Fixed bug#21261: Wrong access rights was required for an insert into a viewevgen@sunlight.local2006-08-151-2/+2
* | Fix for bug #8143: A date with value 0 is treated as a NULL valueramil/ram@mysql.com/myoffice.izhnet.ru2006-07-231-0/+8
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimedlenev@mysql.com2006-07-061-0/+6
|\ \
| * | Fix for bug#18437 "Wrong values inserted with a before update trigger ondlenev@mysql.com2006-07-021-0/+6
* | | auxilliary -> auxiliarykonstantin@mysql.com2006-07-041-1/+1
|/ /
* | BUG#18681: View privileges are brokengkodinov@mysql.com2006-05-261-8/+10
* | Fix for bug#14945 "Truncate table doesn't reset the auto_incrementsvoj@april.(none)2006-04-061-2/+1
* | Merge neptunus.(none):/home/msvensson/mysql/bug17137/my41-bug17137msvensson@neptunus.(none)2006-03-081-0/+2
|\ \ | |/
| * Bug#17137 Running "truncate table" on temporary table leaves the table open o...msvensson@neptunus.(none)2006-03-081-0/+2
* | Merge mysql.com:/home/mydev/mysql-5.0ingo@mysql.com2005-12-271-2/+2
|\ \
| * | BUG#5390 - problems with merge tablesingo@mysql.com2005-12-201-2/+2
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-12-121-1/+1
|\ \ \ | | |/ | |/|
| * | Fix calls to free_underlaid_joins() in INSERT, DELETE, and UPDATEjimw@mysql.com2005-12-081-1/+1
* | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-11-041-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-10-291-1/+1
| |\ \
| | * \ Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-10-271-1/+1
| | |\ \
| | | * \ Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-10-221-1/+1
| | | |\ \
| | | | * | Fixed bug #12762:igor@rurik.mysql.com2005-10-151-1/+1
* | | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0jani@ua141d10.elisa.omakaista.fi2005-11-031-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Changes in get_table_type() and mysql_frm_type(). The main problem wasjani@ua141d10.elisa.omakaista.fi2005-11-031-1/+2
| | |/ / / | |/| | |
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-10-281-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | support of view underlying tables and SP functions security check added (BUG#...bell@sanja.is.com.ua2005-10-281-2/+3
| |/ / /
* | | | Fixes during review of pushed codemonty@mysql.com2005-10-271-3/+5
|/ / /
* | | Post-merge fixessergefp@mysql.com2005-10-191-3/+1
* | | BUG#121915: Merge 4.1->5.0sergefp@mysql.com2005-10-191-12/+32
|\ \ \ | |/ / |/| / | |/
| * BUG#12915: Added single-table UPDATE/DELTE ... ORDER BY ... LIMITsergefp@mysql.com2005-09-301-14/+32
* | Move handler specific options into handlerton flag checkeric@mysql.com2005-09-301-2/+3
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1msvensson@neptunus.(none)2005-09-281-0/+1
|\ \ | |/
| * Fixed error found during review of new pushed codemonty@mysql.com2005-09-251-2/+3
* | Fix fur BUG#13348: "multi-table updates and deletes are not logged if no rows...guilhem@mysql.com2005-09-201-20/+8
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-09-011-7/+14
|\ \
| * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-08-231-7/+14
| |\ \
| | * | issue correct error message in case of view presence for duplicated table on ...bell@sanja.is.com.ua2005-08-021-7/+14
* | | | Merge mysql.com:/home/mydev/mysql-5.0ingo@mysql.com2005-08-301-14/+17
|\ \ \ \
| * \ \ \ Merge mysql.com:/home/mydev/mysql-4.1-4100ingo@mysql.com2005-08-291-14/+17
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Bug#11816 - Truncate table doesn't work with temporary innodb tablesingo@mysql.com2005-08-291-13/+16
* | | | | Bug #11946: Review fixes.osku@127.(none)2005-08-301-5/+6
* | | | | Merge osalerma@bk-internal.mysql.com:/home/bk/mysql-5.0osku@127.(none)2005-08-291-0/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix bug #11946, truncate not always resetting the auto-increment counterosku@127.(none)2005-08-171-0/+22
| | |/ / | |/| |
* | | | Slightly amended Monty's SP replication code cleanup patchsergefp@mysql.com2005-08-271-7/+2