summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9093 Persistent computed column is not updated when update query contain...Oleksandr Byelkin2016-02-051-0/+6
* MDEV-8701 Crash on derived queryOleksandr Byelkin2015-11-061-9/+23
* MDEV-8018: main.multi_update fails with --ps-protocolOleksandr Byelkin2015-04-221-1/+1
* MDEV-6163: Error while executing an update query that has the same table in a...unknown2014-06-041-0/+7
* MDEV-6193: Problems with multi-table updates that JOIN against read-only tableunknown2014-05-081-4/+4
* rename handler::ha_set_lock_type() -> handler::set_lock_type(),Sergei Golubchik2014-04-281-1/+1
* MDEV-6139: UPDATE w/ join against MRG_MyISAM table with read-only sub-table f...unknown2014-04-281-1/+1
* mysql-5.5.32 mergeSergei Golubchik2013-07-161-4/+21
|\
| * Bug#16757869: INNODB: POSSIBLE REGRESSION IN 5.5.31, BUG#16004999Jon Olav Hauglid2013-05-061-3/+15
| * BUG#15978766 - TEST VALGRIND_REPORT FAILS INNODB TESTS Raghav Kapoor2013-04-081-0/+3
* | mdev-4173: Wrong result (extra row) with semijoin=on, joins in outer query, L...Sergey Petrunya2013-07-161-1/+1
* | 5.3->5.5 mergeSergei Golubchik2013-02-281-0/+9
|\ \
| * | MDEV-4123 fix.unknown2013-02-111-0/+9
* | | Fix for MDEV-3948, and backport of the following collection of fixes and back...unknown2013-01-281-4/+10
* | | mysql-5.5.29 mergeSergei Golubchik2013-01-151-3/+8
|\ \ \ | | |/ | |/|
| * | Fixing a compilation issue. Annamalai Gurusami2012-10-091-1/+1
| * | Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITHAnnamalai Gurusami2012-10-081-4/+10
| * | Bug#14248833: UPDATE ON INNODB TABLE ENTERS RECURSIONEvgeny Potemkin2012-06-281-0/+9
* | | 5.3->5.5 mergeSergei Golubchik2012-11-221-2/+6
|\ \ \ | | |/ | |/|
| * | Merge MariaDB 5.2->5.3unknown2012-11-201-2/+6
| |\ \
| | * | Fixed bug mdev-3845.Igor Babaev2012-11-091-2/+6
| | * | Fix check of view updatability in case of underlying view changes its updatab...unknown2012-02-031-1/+2
| | * | Fix gcc 4.6 warning after merge with 5.1unknown2011-10-271-2/+2
* | | | 5.3 mergeSergei Golubchik2012-08-311-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-492: fixed incorrect error check.unknown2012-08-291-1/+1
* | | | Fix for bug lp:944706, task MDEV-193unknown2012-05-171-1/+1
* | | | 5.3 mergeSergei Golubchik2012-05-041-4/+0
|\ \ \ \ | |/ / /
| * | | MDEV-216 lp:976104 - Assertion `0' failed in my_message_sql on UPDATE IGNORE,...Sergei Golubchik2012-04-261-4/+0
* | | | Merge mariadb 5.3->mariadb 5.5unknown2012-03-241-2/+4
|\ \ \ \ | |/ / /
| * | | Speedup:Michael Widenius2012-03-231-2/+4
* | | | 5.3.4 mergeSergei Golubchik2012-02-151-2/+2
|\ \ \ \ | |/ / /
| * | | Moving LP BUG#794005 to 5.3 + fixing INSERT of multi-table view.unknown2012-02-031-2/+2
* | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-8/+8
|\ \ \ \ | |/ / /
| * | | Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-8/+8
* | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Updated/added copyright headersKent Boortz2011-07-041-10/+20
| |\ \ \
| * \ \ \ Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \
* | \ \ \ \ merge with 5.3Sergei Golubchik2011-10-191-63/+104
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | 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
| | | |\ \ \ \ \ \ \