summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* TEMPORARY PUSH: Changing all cost calculation to be given in ms10.7-selectivity-oldMonty2022-08-121-51/+57
* Fixed cost calculations for materialized tablesMonty2022-07-101-2/+1
* Make the most important optimizer constants user variablesMonty2022-07-091-3/+40
* Update row and key fetch cost models to take into account data copy costsMonty2022-07-091-4/+29
* Simple optimization to speed up some handler functions when checking killedMonty2022-07-071-13/+27
* Merge branch '10.6' into 10.7Sergei Golubchik2022-05-111-0/+4
|\
| * Merge branch '10.5' into 10.6Sergei Golubchik2022-05-101-0/+4
| |\
| | * Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-0/+4
| | |\
| | | * Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-0/+3
| | | |\
| | | | * Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-0/+3
| | | | |\
| | | * | | MDEV-28098 incorrect key in "dup value" error after long uniqueSergei Golubchik2022-04-281-0/+1
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2022-04-061-184/+20
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-25975: Merge 10.5 into 10.6Marko Mäkelä2022-04-061-0/+16
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-25975: Merge 10.4 into 10.5Marko Mäkelä2022-04-061-0/+16
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-25975: Merge 10.3 into 10.4Marko Mäkelä2022-04-061-0/+16
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-25975 innodb_disallow_writes causes shutdown to hangMarko Mäkelä2022-04-061-0/+16
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2022-04-061-184/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.4 into 10.5Marko Mäkelä2022-04-061-184/+4
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.3 into 10.4Marko Mäkelä2022-04-061-188/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 10.2 into 10.3Marko Mäkelä2022-04-061-188/+1
| | | | |\ \ | | | | | |/
| | | | | * Cleanup: Remove some unused functionsMarko Mäkelä2022-03-301-188/+1
| | | * | | MDEV-13005: Fixing bugs in SEQUENCE, part 3, 1/5Rucha Deodhar2022-03-301-1/+3
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2022-03-151-7/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-27342: Fix issue of recovery failure using new server idHugo Wen2022-03-141-7/+12
* | | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-6/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-6/+12
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-6/+12
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-2/+8
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-27217 typo fixAleksey Midenkov2022-01-151-0/+1
| | | | * | MDEV-27452 TIMESTAMP(0) system field is allowed for certain creation of syste...Aleksey Midenkov2022-01-131-2/+5
| | | | * | MDEV-27217 DELETE partition selection doesn't work for history partitionsAleksey Midenkov2022-01-131-0/+2
| | | * | | MDEV-19555 assert Diagnostics_area::sql_errno() in ha_rollback_transAndrei2022-01-261-1/+2
| | | * | | MDEV-21650 Non-empty statement transaction on global rollback after TRT updat...Aleksey Midenkov2022-01-121-3/+2
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2022-01-041-2/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2022-01-041-2/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 10.4 into 10.5st-10.5-juliusJulius Goryavsky2021-12-261-2/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch 10.3 into 10.4Julius Goryavsky2021-12-251-2/+1
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-27195 SIGSEGV in Table_scope_and_contents_source_st::vers_check_system_f...bb-10.3-bar-MDEV-27195Alexander Barkov2021-12-221-2/+1
| | | * | | Only apply wsrep_trx_fragment_size to InnoDB tablesMonty2021-12-231-4/+7
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2021-11-091-5/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2021-11-091-5/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.4 into 10.5Marko Mäkelä2021-11-091-5/+5
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.3 into 10.4Marko Mäkelä2021-11-091-5/+5
| | | |\ \ \ | | | | |/ /
| | | | * | Merge mariadb-10.3.32 into 10.3Marko Mäkelä2021-11-091-2/+0
| | | | |\ \
| | | | | * | MDEV-25114: Crash: WSREP: invalid state ROLLED_BACK (FATAL)Jan Lindström2021-10-291-2/+0
| | | | * | | MDEV-26928 Column-inclusive WITH SYSTEM VERSIONING doesn't work with explicit...Aleksey Midenkov2021-11-021-5/+5
| | | | |/ /
| | | * | | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-291-1/+1
| | * | | | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-291-1/+1
* | | | | | plugin can signal that it cannot be unloaded by failing deinit()Sergei Golubchik2021-10-271-13/+3
* | | | | | Vanilla cleanups and refactoringsAleksey Midenkov2021-10-261-2/+2