summaryrefslogtreecommitdiff
path: root/sql/partition_info.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30036 NULL pointer dereference in partition_info::set_partition_bitmaps_...Sergei Golubchik2022-12-021-21/+0
* Fix most clang-15 -Wunused-but-set-variableMarko Mäkelä2022-07-011-12/+1
* Remove compiler warning about unused variablesMonty2022-05-301-0/+2
* MDEV-28552 Assertion `inited==RND' failed in handler::ha_rnd_endAleksey Midenkov2022-05-181-2/+0
* MDEV-20077 Warning on full history partition is delayed until next DML statementAleksey Midenkov2022-04-291-10/+43
* MDEV-25546 LIMIT partitioning does not respect ROLLBACKAleksey Midenkov2022-04-221-5/+3
* Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-7/+8
|\
| * MDEV-25917 create table like fails if source table is partitioned and engine ...Alexey Botchkov2022-01-251-5/+8
| * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-081-2/+2
* | MDEV-27217 DELETE partition selection doesn't work for history partitionsAleksey Midenkov2022-01-131-5/+13
* | MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-2/+2
* | MDEV-16023 Unfortunate error message WARN_VERS_PART_FULL (partition <name> is...Nikita Malyavin2020-07-291-1/+0
* | MDEV-22112 Assertion `tab_part_info->part_type == RANGE_PARTITION || tab_part...Aleksey Midenkov2020-06-041-0/+2
* | Compilation fixAleksey Midenkov2019-09-011-4/+1
* | MDEV-18501 Partition pruning doesn't work for historical queries (refactoring)Aleksey Midenkov2019-09-011-11/+11
* | MDEV-18501 Partition pruning doesn't work for historical queries (cleanup)Aleksey Midenkov2019-09-011-8/+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 branch '10.2' into 10.3Sergei Golubchik2019-03-171-5/+4
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-5/+4
| |\ \ \ | | |/ /
| | * | fix gcc 8 compiler warningsSergei Golubchik2019-03-141-6/+5
* | | | merge fixes: sql_table.cc and partition_info.cc (caused by ef4ccb6ce2fd3) doneAndrei Elkin2019-02-071-1/+1
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2mariadb-10.2.21Sergei Golubchik2018-12-301-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-12-291-2/+2
| | |\ \
| | | * | MDEV-17589: Stack-buffer-overflow with indexed varchar (utf8) fieldbb-10.0-varunVarun Gupta2018-12-191-2/+2
| | | * | Fix cmake -DWITH_PARTITION_STORAGE_ENGINE:BOOL=OFFMarko Mäkelä2018-12-131-17/+16
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-121-0/+17
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-121-0/+17
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.0 into 10.1Marko Mäkelä2018-12-121-0/+17
| | |\ \ \ | | | |/ /
| | | * | MDEV-17032: Estimates are higher for partitions of a table with @@use_stat_ta...Varun Gupta2018-12-071-0/+17
| * | | | MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor...Jacob Mathew2018-05-141-1/+3
* | | | | MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor...Jacob Mathew2018-05-141-1/+3
|\ \ \ \ \
| * | | | | MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor...bb-10.3-MDEV-16101Jacob Mathew2018-05-141-1/+3
* | | | | | versioning: use @@timestampSergei Golubchik2018-05-121-2/+2
|/ / / / /
* | | | | Remove mem_alloc_error()Michael Widenius2018-05-071-49/+13
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-7/+9
* | | | | dead code - related to vtmdSergei Golubchik2018-04-101-24/+0
* | | | | compilation w/o partitioningSergei Golubchik2018-03-301-15/+16
* | | | | Move alter partition flags to alter_info->partition_flagsMonty2018-03-291-1/+1
* | | | | fix THD::system_time to follow, well, system timeSergei Golubchik2018-02-251-2/+2
* | | | | MDEV-15190 Bad error for non-versioned table PARTITION BY SYSTEM_TIMESergei Golubchik2018-02-241-1/+2
* | | | | PARTITION BY SYSTEM_TIME INTERVAL ...Sergei Golubchik2018-02-231-449/+61
* | | | | cleanup: partition_info::check_constantsSergei Golubchik2018-02-231-400/+3
* | | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2018-02-231-18/+17
|\ \ \ \ \
| * \ \ \ \ Merge branch '10.2' into bb-10.2-extSergei Golubchik2018-02-221-17/+16
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-02-221-17/+16
| | |\ \ \ \ | | | |/ / /
| | | * | | fix compilation wih -DPLUGIN_PARTITION=NOSergei Golubchik2018-02-211-17/+16