[MDEV-25540] Auto-create: There is no clear way to disable auto-creation without ruining existing partitions Created: 2021-04-27 Updated: 2022-01-12 Resolved: 2022-01-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Partitioning, Versioned Tables |
| Affects Version/s: | 10.8 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Aleksey Midenkov |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | duplicate | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Note: If there is in fact a way to disable auto-partitioning, please make it a documentation request, as at the very least it is not obvious. I have an auto-partitioned table with some already existing and populated history partitions:
Now I just want to disable further auto-partitioning.
but it reorganizes existing partitions into 1+1:
or (back from the original structure with 3+1 partitions):
but it still reorganizes partitions and puts everything into the first one:
(maybe tried something else, but to no avail). |