summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-6/+30
|\
| * MDEV-18507 can't update temporary table when joined with table with triggers ...Sergei Golubchik2019-04-241-5/+26
| * bugfix: multi-update checked privileges on views incorrectlySergei Golubchik2019-04-241-1/+3
* | MDEV-18300: ASAN error in Field_blob::get_key_image upon UPDATE with subqueryVarun Gupta2019-04-111-0/+3
* | Merge branch '10.0' into 10.1Oleksandr Byelkin2018-11-141-1/+1
|\ \
| * | MDEV-11167: InnoDB: Warning: using a partial-field key prefix in search, resu...Oleksandr Byelkin2018-11-071-1/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-09-231-1/+1
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-09-211-1/+1
| |\ \ | | |/
| | * MDEV-16741 Assertion `m_extra_cache' failed in ha_partition::late_extra_cacheEugene Kosov2018-09-101-1/+1
* | | Merge 10.0 into 10.1Marko Mäkelä2018-02-031-0/+2
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2018-02-021-0/+2
| |\ \ | | |/
| | * Fix ASAN failure in main.lock (and others)Vicențiu Ciorbaru2018-01-301-0/+2
* | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-2/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-2/+2
| |\ \ | | |/
| | * MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct...Oleksandr Byelkin2017-10-131-2/+2
* | | MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-1/+1
* | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-8/+3
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-141-8/+3
| |\ \ | | |/
| | * MDEV-11706 Assertion `is_stat_field || !table || (!table->write_set || bitmap...Sergei Golubchik2017-01-111-10/+3
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-2/+6
|\ \ \ | |/ /
| * | Added new status variables to make it easier to debug certain problems:Monty2016-08-211-2/+6
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-1/+1
|\ \ \ | |/ /
| * | MDEV-5973: MySQL Bug#11757486:49539: NON-DESCRIPTIVE ERR (ERROR 0 FROM STORA...Oleksandr Byelkin2016-06-211-1/+1
* | | MDEV-8989: ORDER BY optimizer ignores equality propagationSergei Petrunia2016-05-231-1/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-7/+7
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-7/+7
| |\ \ | | |/
| | * use consistent error messaging for IGNORESergei Golubchik2016-04-201-19/+5
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-201-7/+21
| | |\
| | | * BUG#22037930: INSERT IGNORE FAILS TO IGNORE FOREIGN KEYNisha Gopalakrishnan2016-02-111-6/+20
| | | * 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
| | | * 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
| | | * Updated/added copyright headersKent Boortz2011-07-041-10/+20
| | | |\
| | | | * BUG#11882110: UPDATE REPORTS ER_KEY_NOT_FOUND IF TABLE IS Jorgen Loland2011-06-161-10/+20
| | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| | | |\ \ | | | | |/ | | | |/|
| | | * | BUG#11762751: UPDATE STATEMENT THROWS AN ERROR, BUT STILL Jorgen Loland2011-02-211-1/+97
| | | * | MergeKent Boortz2010-12-291-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
| | | | * | Bug#56423: Different count with SELECT and CREATE SELECT queriesMartin Hansson2010-10-071-31/+62
| | | * | | Bug #58730 Assertion failed: table->key_read == 0 in close_thread_table,Jon Olav Hauglid2010-12-161-3/+13
| | | * | | Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-11-161-1/+3
| | | |\ \ \
| | | | * | | Bug#54812: assert in Diagnostics_area::set_ok_status Jorgen Loland2010-11-151-1/+3
| | | * | | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-2/+10
| | | |/ / /
| | | * | | Bug#56423: Different count with SELECT and CREATE SELECT queriesMartin Hansson2010-10-071-31/+62
| | | * | | manual merge from mysql-5.1-bugteamJon Olav Hauglid2010-08-091-69/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Bug #54106 assert in Protocol::end_statement,Jon Olav Hauglid2010-08-091-68/+1