summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge 10.4 into 10.5Aleksey Midenkov2019-12-021-8/+21
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Aleksey Midenkov2019-12-021-6/+9
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | MDEV-18973 CLIENT_FOUND_ROWS wrong in spiderbb-10.4-MDEV-18973_2Kentoku2019-11-291-2/+12
* | | | | Merge 10.4 into 10.5Aleksey Midenkov2019-11-251-15/+14
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-18727 improve DML operation of System Versioning (10.4)Aleksey Midenkov2019-11-251-15/+14
* | | | | MDEV-20854: ANALYZE for statements: not clear where the time is spentSergei Petrunia2019-11-121-2/+2
* | | | | Merge 10.4 into 10.5Oleksandr Byelkin2019-11-071-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Fixes for binary logging --read-only modeMonty2019-10-201-2/+2
* | | | | cleanup st_select_lex_unit::explainableSergei Golubchik2019-10-141-1/+0
* | | | | cleanup: don't pass wild_num to setup_wild()Sergei Golubchik2019-10-141-1/+1
* | | | | removes references to a sysvar that disappeared 6 years agoSergei Golubchik2019-09-281-1/+1
|/ / / /
* | | | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-22/+18
|\ \ \ \ | |/ / /
| * | | 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