summaryrefslogtreecommitdiff
path: root/sql/partition_info.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-2/+2
|\
| * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-2/+2
* | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-4/+1
|\ \ | |/
| * MDEV-16023 Unfortunate error message WARN_VERS_PART_FULL (partition <name> is...Nikita Malyavin2020-07-291-1/+0
* | Merge 10.4 into 10.5Marko Mäkelä2020-06-051-0/+2
|\ \ | |/
| * MDEV-22112 Assertion `tab_part_info->part_type == RANGE_PARTITION || tab_part...Aleksey Midenkov2020-06-041-0/+2
* | MDEV-22155 ALTER add default history partitions name clash on non-default par...Aleksey Midenkov2020-04-271-9/+4
* | MDEV-22153 ALTER add default history partitions makes table inaccessibleAleksey Midenkov2020-04-061-4/+8
* | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-1/+0
* | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-3/+2
* | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+2
* | Revert "MDEV-17554 Auto-create new partition for system versioned tables with...Sergei Golubchik2020-02-271-261/+17
* | Compilation fixAleksey Midenkov2020-02-251-0/+1
* | MDEV-17554 Auto-create new partition for system versioned tables with history...Aleksey Midenkov2020-02-251-17/+260
* | MDEV-17554 history partitioning cleanupsAleksey Midenkov2019-12-031-92/+15
* | MDEV-19903 Setup default partitions for system versioningAleksey Midenkov2019-11-221-5/+24
* | Compilation fix with partitioning off (MDEV-17553)Aleksey Midenkov2019-11-071-95/+96
* | MDEV-17553 Enable setting start datetime for interval partitioned history of ...Aleksey Midenkov2019-11-071-8/+105
* | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-23/+13
|\ \ | |/
| * 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
* | Revert "MDEV-20342 Turn Field::flags from a member to a method"Alexander Barkov2019-08-141-1/+1
* | MDEV-20342 Turn Field::flags from a member to a methodAlexander Barkov2019-08-141-1/+1
* | Using more of Sql_mode_save. Adding a similar class for THD::abort_on_warnings.Alexander Barkov2019-05-281-5/+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