summaryrefslogtreecommitdiff
path: root/sql/partition_info.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-191-2/+3
|\ \ \ \ \ \ | |/ / / / /
* | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-5/+3
* | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-7/+7
* | | | | | MDEV-11084 Select statement with partition selection against MyISAM table ope...Alexey Botchkov2018-01-291-11/+30
* | | | | | compilation warning on windowsSergei Golubchik2018-01-171-1/+1
* | | | | | MDEV-14923 Assertion upon INSERT into locked versioned partitioned tableAleksey Midenkov2018-01-131-17/+22
* | | | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-53/+21
|\ \ \ \ \ \
| * \ \ \ \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-0/+20
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-0/+20
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-0/+20
| | | |\ \ \ \ | | | | |/ / /