summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug #54734 assert in Diagnostics_area::set_ok_statusJon Olav Hauglid2010-07-191-2/+10
* Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-4/+4
* A 5.1-only version of fix for bug #46947 "Embedded SELECTDmitry Lenev2010-05-281-1/+1
* Bug #53830: !table || (!table->read_set ||Alexey Kopytov2010-05-251-1/+1
* Bug #49756 Rows_examined is always 0 in the slow query log forStaale Smedseng2010-05-121-0/+3
* Bug #47453: InnoDB incorrectly changes TIMESTAMP columns when JOINed Georgi Kodinov2010-04-281-0/+10
* Bug #43414 Parenthesis (and other) warnings compiling Staale Smedseng2010-02-221-1/+2
* Bug#49534: multitable IGNORE update with sql_safe_updatesMartin Hansson2010-02-101-10/+77
* BUG#49902 - SELECT returns incorrect resultsSergey Vojtovich2010-02-091-8/+1
* Backport Bug#37148 to 5.1He Zhenxing2010-01-241-3/+4
* Bug#48157: crash in Item_field::used_tablesMartin Hansson2010-01-121-1/+5
* Mergingunknown2009-12-141-1/+1
|\
| * This is a patch for Bug#48500unknown2009-12-141-2/+2
| * Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-08-281-3/+1
* | automergeJon Olav Hauglid2009-10-231-0/+5
|\ \
| * | Bug #47919 assert in open_table during ALTER temporary tableJon Olav Hauglid2009-10-231-0/+5
* | | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-3/+3
|/ /
* | Bug#46616: MergeMartin Hansson2009-08-201-0/+1
|\ \ | |/
| * Bug#46616: Assertion `!table->auto_increment_field_not_null' on Martin Hansson2009-08-201-0/+1
* | Merge of the fix for bug #40113 to 5.1.Georgi Kodinov2009-07-131-2/+9
|\ \ | |/
| * Bug #40113: Embedded SELECT inside UPDATE or DELETE can timeout Georgi Kodinov2009-07-131-2/+9
* | auto-merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2009-06-181-4/+2
|\ \
| * | BUG#43929 binlog corruption when max_binlog_cache_size is exceededAlfranio Correia2009-06-181-4/+2
| | |
| \ \
*-. \ \ 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
| |/
| * Merge community up to enterprise, thus ending the community-serverChad MILLER2009-05-061-7/+7
| |\
| | * Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-1/+1
| | |\
| | * \ Merged from 5.0 (enterprise).Chad MILLER2008-12-171-3/+60
| | |\ \
| | * \ \ Merge from 5.0 trunk.Chad MILLER2008-07-141-1/+7
| | |\ \ \
| | * \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-2/+2
| | |\ \ \ \
| | * \ \ \ \ 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#37145 Killing a statement doing DDL may log binlog event with error code ...He Zhenxing2009-03-271-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | BUG#37051 Replication rules not evaluated correctlyHe Zhenxing2009-03-051-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | BUG#41948 Query_log_event constructor needlessly contortedHe Zhenxing2009-05-301-3/+11
* | | | | | | | | Merge.Martin Hansson2009-05-131-5/+40
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bug#43580: Issue with Innodb on multi-table updateMartin Hansson2009-05-051-5/+40
* | | | | | | | | | bug#44166Sergei Golubchik2009-05-041-3/+3
|/ / / / / / / / /
* | | | | | | | | Bug #39265: fix for the bug 33699 should be revertedGleb Shchepa2009-02-051-3/+5
* | | | | | | | | Merge main 5.1 into 5.1-buildJoerg Bruehe2008-12-101-0/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bug #40745: Error during WHERE clause calculation in UPDATEGleb Shchepa2008-11-281-0/+5
| * | | | | | | | | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2008-11-271-0/+26
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Bug#37460 Assertion failed: !table->file || table->file->inited == handler::NONESergey Glukhov2008-11-271-0/+26
* | | | | | | | | | Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1
|/ / / / / / / / /
* | | | | | | | | manual merge 5.0-5.1.29-rc --> 5.1-5.1.29-rcGleb Shchepa2008-10-091-0/+20
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Bug#38499: flush tables and multitable table update withGleb Shchepa2008-10-091-0/+20
* | | | | | | | | manual merge 5.0-5.1.29-rc --> 5.1-5.1.29-rcGleb Shchepa2008-10-081-1/+12
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /