summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Sergei Golubchik2021-02-231-7/+11
|\
| * Merge branch 'bb-10.4-release' into 10.4Sergei Golubchik2021-02-231-0/+3
| |\
| * | Remove extra (not needed) error from multi-table-update for killed queryMonty2021-02-141-7/+11
* | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-0/+3
|\ \ \ | | |/ | |/|
| * | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-0/+3
| |\ \ | | |/ | |/|
| | * 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-24522 Assertion `inited==NONE' fails upon UPDATE on versioned table with...Aleksey Midenkov2021-01-261-0/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-01-251-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-01-251-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-23446 Missed error code fixAleksey Midenkov2021-01-121-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-01-111-2/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-01-111-2/+1
| |\ \ \ | | |/ /
| | * | Urgent fix of MDEV-23446 fix:Oleksandr Byelkin2021-01-071-2/+1
* | | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-32/+43
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-0/+7
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-0/+7
| | |\ \ | | | |/
| | | * MDEV-24346 valgrind error in main.precedenceSergei Golubchik2020-12-191-0/+7
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-12-231-32/+37
| |\ \ \ | | |/ /
| | * | MDEV-23446 UPDATE does not insert history row if the row is not changedAleksey Midenkov2020-12-221-32/+37
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-0/+15
|\ \ \ \ | |/ / /
| * | | MDEV-22805 SIGSEGV in check_fields on UPDATEAleksey Midenkov2020-10-291-0/+7
| * | | MDEV-22805: SIGSEGV in check_fields on UPDATEDmitry Shulga2020-10-271-0/+8
* | | | Merge 10.4 to 10.5Marko Mäkelä2020-10-221-0/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-0/+2
| |\ \ \ | | |/ /
| | * | 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-22535 TABLE::initialize_quick_structures() takes 0.5% in oltp_read_onlyMonty2020-07-021-2/+2
* | | | | Aria will now register it's transactionsMonty2020-05-231-4/+4
* | | | | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-24/+24
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-1/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-161-1/+5
| |\ \ \ \ | | |/ / /
| | * | | MDEV-20515 multi-update tries to position updated table by null referenceAleksey Midenkov2020-04-021-0/+4
* | | | | Fixed some assert crashes related to keyread.Monty2020-04-191-0/+2
* | | | | cleanup: commentsSergei Golubchik2020-04-121-1/+1
* | | | | MDEV-22218 InnoDB: Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON upon...Sergei Golubchik2020-04-121-2/+3
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-081-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-21471 ER_CRASHED_ON_USAGE upon UPDATE FOR PORTION on Aria tableAleksey Midenkov2020-04-031-0/+1
* | | | | cleanup: prepare "update_handler" for WITHOUT OVERLAPSSergei Golubchik2020-03-311-4/+2
* | | | | Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()Monty2020-03-241-2/+2
* | | | | Improve update handler (long unique keys on blobs)Monty2020-03-241-2/+6
* | | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-1/+0
* | | | | MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-3/+3
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONEDAleksey Midenkov2019-12-031-1/+1