summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | Fix of fail of period.updtae with ps protocol.Oleksandr Byelkin2019-06-151-0/+5
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-06-141-127/+111
|\ \ \ \ | |/ / /
| * | | 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 branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-7/+31
|\ \ \ \ \ | |/ / / /
| * | | | 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.3 into 10.4Marko Mäkelä2019-05-051-0/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-271-0/+8
| |\ \ \ \ | | |/ / /