summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-8/+8
* Fixed LP bug #794901.Igor Babaev2011-07-161-9/+6
* Merge with the latest 5.3 code.Igor Babaev2011-07-111-2/+6
|\
| * Fixed LP bug #794890.Igor Babaev2011-06-131-2/+6
* | New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_writeMichael Widenius2011-06-271-1/+1
|/
* Applied Sanja's patch to fix LP bug #784297 in the tree for mwl106.Igor Babaev2011-05-271-2/+2
* MergeIgor Babaev2011-05-201-31/+63
|\
| * Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-31/+63
| |\
| | * Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-31/+63
| | |\
| | | * MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-31/+63
* | | | Merge with 5.3 mainMichael Widenius2011-05-161-0/+4
|\ \ \ \ | |/ / /
| * | | MWL#89unknown2011-03-301-0/+4
| |\ \ \
| | * \ \ Merge MWL#89 into 5.3 main.unknown2011-01-111-0/+4
| | |\ \ \
| | | * \ \ Merge 5.3-mwl89 into 5.3.unknown2010-12-031-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
* | | | | | | | 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
| |\ \ \ \ \