[MDEV-19903] Setup default partitions for system versioning Created: 2019-06-28 Updated: 2021-12-21 Resolved: 2019-11-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Partitioning, Versioned Tables |
| Fix Version/s: | 10.5.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Aleksey Midenkov | Assignee: | Aleksey Midenkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||
| Description |
|
Currently such syntax fails:
with error message:
which is by itself incorrect. Auto-create 1 history partition and 1 working partition for the above syntax. Specify the number of history partitions by the partitions keyword:
This should create 1 history and 1 working partition. The working partition is mandatory, so partitions 1 should fail with error. |