summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26545 Spider does not correctly handle UDF and stored function in where ...Daniel Ye2021-09-221-3/+8
* Merge branch '10.2' into 10.3Sergei Golubchik2021-07-211-1/+1
|\
| * MDEV-23597 Assertion `marked_for_read()' failed while evaluating DEFAULTNikita Malyavin2021-07-161-0/+4
| * follow-up MDEV-18166: rename marking functionsNikita Malyavin2021-07-121-1/+1
* | Merge 10.2 into 10.3Marko Mäkelä2021-06-011-0/+2
|\ \ | |/
| * MDEV-25576: The statement EXPLAIN running as regular statement and as prepare...Dmitry Shulga2021-05-301-0/+2
* | Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-2/+3
|\ \ | |/
| * Another correction of the patch for MDEV-24823.Igor Babaev2021-04-281-2/+3
| * MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SPIgor Babaev2021-04-221-11/+30
* | MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SPIgor Babaev2021-04-221-10/+29
* | MDEV-23446 goto error cleanupAleksey Midenkov2021-03-311-17/+18
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-0/+3
|\ \ | |/
| * MDEV-16940 Server crashes in unsafe_key_update upon attempt to update viewIgor Babaev2021-01-191-0/+3
* | MDEV-23446 Missed error code fixAleksey Midenkov2021-01-121-1/+1
* | Urgent fix of MDEV-23446 fix:Oleksandr Byelkin2021-01-071-2/+1
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-0/+7
|\ \ | |/
| * MDEV-24346 valgrind error in main.precedenceSergei Golubchik2020-12-191-0/+7
* | MDEV-23446 UPDATE does not insert history row if the row is not changedAleksey Midenkov2020-12-221-32/+37
* | Merge 10.2 into 10.3Marko Mäkelä2020-10-221-0/+2
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2020-10-211-0/+2
| |\
| | * MDEV-5628: Assertion `! is_set()' or `!is_set() || (m_status == DA_OK_BULK &&Rucha Deodhar2020-10-201-0/+2
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-2/+1
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-2/+1
| |\ \ | | |/
| | * cleanup: reduce code duplicationSergei Golubchik2020-07-291-2/+1
* | | MDEV-20515 multi-update tries to position updated table by null referenceAleksey Midenkov2020-04-021-0/+4
* | | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONEDAleksey Midenkov2019-12-031-1/+1
* | | MDEV-20441 ER_CRASHED_ON_USAGE upon update on versioned Aria tableAleksey Midenkov2019-12-021-6/+9
* | | MDEV-18727 cleanupAleksey Midenkov2019-11-251-6/+0
* | | MDEV-18727 improve DML operation of System VersioningAleksey Midenkov2019-11-221-10/+18
* | | Fixes for binary logging --read-only modeMonty2019-10-201-2/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2019-09-041-19/+12
|\ \ \ | |/ /
| * | MDEV-20403 Assertion `0' or Assertion `btr_validate_index(index, 0)' failed i...Sergei Golubchik2019-09-031-11/+8
| * | don't compare unassigned columnsSergei Golubchik2019-09-031-3/+4
| * | cleanup: on update default nowSergei Golubchik2019-09-031-10/+6
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-115/+112
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-06-131-115/+112
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-06-121-116/+113
| | |\
| | | * MDEV-19491 update query stopped working after mariadb upgrade 10.2.23 -> 10.2.24Sergei Golubchik2019-06-011-97/+107
| | | * cleanupSergei Golubchik2019-06-011-28/+13
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ \ \ | |/ / /
| * | | 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.2' into 10.3Oleksandr Byelkin2019-05-121-6/+30
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-271-0/+8
|\ \ \ \ | |/ / /
| * | | MDEV-16240: Assertion `0' failed in row_sel_convert_mysql_key_to_innobasebb-10.2-MDEV-16240Oleksandr Byelkin2019-04-251-0/+8