summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-2/+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
* | | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-1/+1
* | | | MDEV-13623 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2017-09-181-0/+20
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-1/+1
|\ \ \ \ | |/ / /
| * | | 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
* | | | find_all_keys: add an assert, remove current_thdSergei Golubchik2017-02-131-11/+13
* | | | cleanup: TABLE::mark_columns_used_by_index()Sergei Golubchik2017-02-131-2/+2
* | | | cleanup: remove TABLE::add_read_columns_used_by_indexSergei Golubchik2017-02-131-1/+1
* | | | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-4/+5
* | | | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-111-1/+2
* | | | New simpler bugfix for UPDATE and virtual BLOBsMonty2017-01-111-4/+11
* | | | Revert "bugfix: UPDATE and virtual BLOBs"Monty2017-01-111-18/+0
* | | | bugfix: UPDATE and virtual BLOBsSergei Golubchik2016-12-121-0/+18
* | | | bugfix: multi-UPDATE, vcols, const tablesSergei Golubchik2016-12-121-2/+15
* | | | MDEV-5800 MyISAM support for indexed vcolsSergei Golubchik2016-12-121-1/+4
* | | | cleanup: TABLE::update_virtual_fieldsSergei Golubchik2016-12-121-3/+3
* | | | cleanup: update_virtual_fields()Sergei Golubchik2016-12-121-8/+3
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-2/+6
|\ \ \ \ | |/ / /
| * | | 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.1' into 10.2Sergei Golubchik2016-06-301-8/+8
|\ \ \ \ | |/ / /
| * | | 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