summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-6/+30
|\ \ \ | |/ /
| * | 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-16240: Assertion `0' failed in row_sel_convert_mysql_key_to_innobasebb-10.2-MDEV-16240Oleksandr Byelkin2019-04-251-0/+8
* | | Merge 10.1 into 10.2Marko Mäkelä2019-04-251-0/+3
|\ \ \ | |/ /
| * | MDEV-18300: ASAN error in Field_blob::get_key_image upon UPDATE with subqueryVarun Gupta2019-04-111-0/+3
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-11-141-1/+1
|\ \ \ | |/ /
| * | 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.1' into 10.2Sergei Golubchik2018-09-241-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.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