summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 5.2Michael Widenius2011-03-091-1/+1
|\
| * Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-1/+1
| |\
| | * Merge with MySQL 5.1.55Michael Widenius2011-02-201-1/+1
| | |\
| | | * MergeKent Boortz2010-12-291-1/+1
| | | |\
| | | | * - Added/updated copyright headersKent Boortz2010-12-281-1/+1
| | | | * Bug#48157: crash in Item_field::used_tablesMartin Hansson2010-05-111-1/+2
| * | | | Merge with alias as StringMichael Widenius2011-02-281-1/+2
| |\ \ \ \
| | * | | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-1/+2
* | | | | | Merge with 5.1-release.Michael Widenius2010-12-061-18/+28
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge with 5.1Michael Widenius2010-11-301-18/+28
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Merge with MySQL 5.1.53Michael Widenius2010-11-251-18/+28
| | |\ \ \ | | | |/ /
| | | * | Bug#56423: Different count with SELECT and CREATE SELECT queriesMartin Hansson2010-10-071-31/+62
* | | | | Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-1/+2
* | | | | Fixed usage of wrong variable in case of errorsMichael Widenius2010-11-051-2/+2
* | | | | 5.2 mergeSergei Golubchik2010-10-281-68/+1
|\ \ \ \ \ | |/ / / /
| * | | | merge with 5.1Sergei Golubchik2010-10-251-68/+1
| |\ \ \ \ | | |/ / /
| | * | | 5.1.51 mergeSergei Golubchik2010-10-191-68/+1
| | |\ \ \ | | | |/ /
| | | * | Bug #54106 assert in Protocol::end_statement,Jon Olav Hauglid2010-08-091-68/+1
* | | | | Merge 5.2->5.3Sergey Petrunya2010-10-101-21/+62
|\ \ \ \ \ | |/ / / /
| * | | | merge with 5.1Sergei Golubchik2010-09-111-3/+10
| |\ \ \ \ | | |/ / /
| | * | | Merge with MySQL 5.1.50Michael Widenius2010-08-271-3/+10
| | |\ \ \ | | | |/ /
| | | * | Bug #54734 assert in Diagnostics_area::set_ok_statusJon Olav Hauglid2010-07-191-2/+10
| * | | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-10/+15
| |\ \ \ \ | | |/ / /
| | * | | Fixed compiler warningsMichael Widenius2010-08-041-17/+8
| | * | | Fixes bug when we run bcmp() on row when the storage engine hasn't filled in ...Michael Widenius2010-08-041-11/+22
| | * | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-6/+9
| | |\ \ \ | | | |/ /
| | | * | 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
| * | | | MergeIgor Babaev2010-07-171-2/+2
| |\ \ \ \
| | * | | | Fixed bug #604503.Igor Babaev2010-07-171-2/+2
| * | | | | Fix for LP#588251: doStartTableScan() result not checked.Michael Widenius2010-07-171-8/+35
| |/ / / /
| * | | | Fixed bug #601164.Igor Babaev2010-07-021-0/+2
* | | | | Subquery cache (MWL#66) added.unknown2010-07-101-1/+1
* | | | | MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-261-27/+95
|\ \ \ \ \ | |/ / / /
| * | | | merge 5.1->5.2Sergei Golubchik2010-06-011-27/+95
| |\ \ \ \ | | |/ / /
| | * | | Merge with MySQL 5.1.47Michael Widenius2010-05-261-6/+12
| | |\ \ \ | | | |/ /
| | | * | Bug #47453: InnoDB incorrectly changes TIMESTAMP columns when JOINed Georgi Kodinov2010-04-281-0/+10
| | * | | Changed the fixes for the following bugs:Igor Babaev2010-05-251-3/+4
| | * | | Fixes after last merge of MySQL 5.1Michael Widenius2010-05-131-1/+1
| | * | | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-18/+79
| | |\ \ \ | | | |/ /
| | | * | 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
* | | | | Merge MariaDB-5.2 -> MariaDB 5.3Sergey Petrunya2010-03-201-7/+17
|\ \ \ \ \ | |/ / / /
| * | | | mergedSergei Golubchik2010-03-151-5/+10
| |\ \ \ \ | | |/ / /
| | * | | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-5/+10
| | |\ \ \ | | | |/ /
| | | * | Backport Bug#37148 to 5.1He Zhenxing2010-01-241-3/+4
| | | * | Bug#48157: crash in Item_field::used_tablesMartin Hansson2010-01-121-1/+5