summaryrefslogtreecommitdiff
path: root/sql/partition_info.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5mariadb-10.5.16Sergei Golubchik2022-05-181-2/+0
|\
| * MDEV-28552 Assertion `inited==RND' failed in handler::ha_rnd_endAleksey Midenkov2022-05-181-2/+0
* | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-16/+47
|\ \ | |/
| * 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.4' into 10.5Oleksandr Byelkin2022-02-011-11/+20
|\ \ | |/
| * 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
* | | 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
| |\ \ \ \ | | |/ / /