summaryrefslogtreecommitdiff
path: root/sql/partition_info.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2022-12-131-1/+0
|\
| * Merge 10.3 into 10.4Marko Mäkelä2022-12-131-1/+0
| |\
| | * MDEV-30036 NULL pointer dereference in partition_info::set_partition_bitmaps_...Sergei Golubchik2022-12-021-1/+0
* | | MDEV-28576 RENAME COLUMN with NOCOPY algorithm leads to corrupt partitioned t...Aleksey Midenkov2022-10-071-0/+8
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-0/+6
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-0/+6
| |\ \ | | |/
| | * MDEV-20077 Warning on full history partition is delayed until next DML statementAleksey Midenkov2022-04-291-0/+6
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-2/+2
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-2/+2
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-1/+1
| | |\
| | | * MDEV-25917 create table like fails if source table is partitioned and engine ...Alexey Botchkov2022-01-251-1/+1
| | * | MDEV-27217 DELETE partition selection doesn't work for history partitionsAleksey Midenkov2022-01-131-1/+1
* | | | Compilation fixbb-10.5-6915-extAleksey Midenkov2020-04-271-0/+2
* | | | MDEV-22155 ALTER add default history partitions name clash on non-default par...Aleksey Midenkov2020-04-271-0/+46
* | | | Revert "MDEV-17554 Auto-create new partition for system versioned tables with...Sergei Golubchik2020-02-271-38/+3
* | | | MDEV-17554 Auto-create new partition for system versioned tables with history...Aleksey Midenkov2020-02-251-3/+38
* | | | MDEV-17554 history partitioning cleanupsAleksey Midenkov2019-12-031-4/+59
* | | | MDEV-17553 Enable setting start datetime for interval partitioned history of ...Aleksey Midenkov2019-11-071-21/+3
|/ / /
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-09-021-4/+3
|\ \ \ | |/ /
| * | MDEV-18501 Partition pruning doesn't work for historical queries (refactoring)Aleksey Midenkov2019-09-011-2/+2
| * | MDEV-18501 Partition pruning doesn't work for historical queries (cleanup)Aleksey Midenkov2019-09-011-2/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2019-05-221-1/+10
|\ \ \ | |/ /
| * | MDEV-18136 Server crashes in Item_func_dyncol_create::prepare_argumentsAleksey Midenkov2019-05-201-2/+12
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | 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 10.3 into 10.4Marko Mäkelä2018-12-121-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-121-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-12-121-0/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.0 into 10.1Marko Mäkelä2018-12-121-0/+1
| | | |\ \
| | | | * | MDEV-17032: Estimates are higher for partitions of a table with @@use_stat_ta...Varun Gupta2018-12-071-0/+1
* | | | | | MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type co...Alexander Barkov2018-09-281-2/+3
|/ / / / /
* | | | | dead code - related to vtmdSergei Golubchik2018-04-101-1/+0
* | | | | PARTITION BY SYSTEM_TIME INTERVAL ...Sergei Golubchik2018-02-231-155/+32
* | | | | cleanup: partition_info::check_constantsSergei Golubchik2018-02-231-9/+6
* | | | | Vers SQL: partition rotation by INTERVAL fixAleksey Midenkov2018-02-231-2/+3
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+2
* | | | | MDEV-11084 Select statement with partition selection against MyISAM table ope...Alexey Botchkov2018-01-291-2/+3
* | | | | compilation warning on windowsSergei Golubchik2018-01-171-3/+3
* | | | | MDEV-14923 Assertion upon INSERT into locked versioned partitioned tableAleksey Midenkov2018-01-131-1/+1
* | | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-22/+1
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-0/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-0/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-201-0/+1
| | | | |\ \ | | | | | |/
| | | | | * MDEV-13788 Server crash when issuing bad SQL partition syntaxAlexander Barkov2017-11-201-0/+1
* | | | | | MDEV-14821 Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())` ...Eugene Kosov2018-01-081-0/+3
* | | | | | Partition: uninitialized vers_info fixAleksey Midenkov2017-12-221-1/+1