summaryrefslogtreecommitdiff
path: root/sql/ha_partition.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 to 10.6Marko Mäkelä2021-08-191-1/+13
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-08-181-1/+13
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-08-181-0/+11
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-08-181-0/+11
| | | |\
| | | | * MDEV-18734 ASAN heap-use-after-free upon sorting by blob column from partitio...Aleksey Midenkov2021-08-051-0/+11
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-011-5/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-06-011-5/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-06-011-6/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-06-011-6/+1
| | | |\ \ | | | | |/
| | | | * Cleanup: Remove handler::update_table_comment()Marko Mäkelä2021-05-271-6/+1
* | | | | MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-1/+6
* | | | | Added override to all releveant methods in Item (and a few other classes)Monty2021-05-191-1/+1
* | | | | The ha_partition::table_type() method was just never called before.Alexey Botchkov2021-04-211-3/+0
|/ / / /
* | | | MDEV-24564 Statistics are lost after ALTER TABLEbb-10.5-MDEV-24564Marko Mäkelä2021-01-281-1/+4
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-12-021-20/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-20/+0
| |\ \ \ | | |/ /
| | * | MDEV-21842 auto_increment does not increment with compound primary key on par...Alexey Botchkov2020-11-231-20/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-261-2/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-08-261-2/+1
| |\ \ \ | | |/ /
| | * | part_records() signature fixAleksey Midenkov2020-08-251-2/+1
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-3/+3
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-3/+3
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-3/+3
| | | |\
| | | | * Code comment spellfixesIan Gilfillan2020-07-221-3/+3
* | | | | remove dead codeSergei Golubchik2020-06-091-1/+0
* | | | | MDEV-19002 Spider performance optimization with partitionKentoku SHIBA2020-06-051-0/+4
* | | | | Added support for more functions when using partitioned S3 tablesMonty2020-04-191-2/+5
* | | | | Added page_range to records_in_range() to improve range statisticsMonty2020-03-271-2/+4
* | | | | Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()Monty2020-03-241-7/+0
* | | | | handler::rebind()Sergey Vojtovich2020-03-241-1/+1
* | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-207/+219
|\ \ \ \ \ | |/ / / /
| * | | | Merge commit '10.3' into 10.4Oleksandr Byelkin2020-03-111-15/+16
| |\ \ \ \ | | |/ / /
| | * | | Better commentsSergei Petrunia2020-02-251-15/+16
| * | | | MDEV-21693: Fix clang -Winconsistent-missing-overrideMarko Mäkelä2020-02-281-193/+193
| * | | | MDEV-21693 ALGORITHM=INSTANT does not work for partitioned tablesThirunarayanan Balathandayuthapani2020-02-281-0/+11
* | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-02-121-2/+89
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-111-2/+89
| |\ \ \ \ | | |/ / /
| | * | | ha_partition: add comments, comment out unused member variablesSergei Petrunia2020-02-051-2/+89
* | | | | Merge 10.4 into 10.5Aleksey Midenkov2019-12-021-1/+4
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-18973 CLIENT_FOUND_ROWS wrong in spiderbb-10.4-MDEV-18973_2Kentoku2019-11-291-1/+4
* | | | | Merge 10.4 into 10.5Oleksandr Byelkin2019-11-071-0/+13
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-0/+13
| |\ \ \ \ | | |/ / /
| | * | | MDEV-18244 Server crashes in ha_innobase::update_thd / ... / ha_partition::up...Alexey Botchkov2019-11-011-0/+13
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-10-111-0/+20
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-10-101-0/+20
| |\ \ \ \ | | |/ / /
| | * | | Fix compilation 2 (GCC 9)Aleksey Midenkov2019-10-101-0/+5
| | * | | MDEV-17333 Assertion in update_auto_increment() upon exotic LOADAleksey Midenkov2019-10-101-0/+15
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-19955 make argument of handler::ha_write_row() constEugene Kosov2019-07-051-1/+1