[MDEV-15951] system versioning by trx id doesn't work with partitioning Created: 2018-04-20 Updated: 2022-03-29 Resolved: 2019-03-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Versioned Tables |
| Affects Version/s: | 10.3.6 |
| Fix Version/s: | 10.3.14, 10.4.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Axel Schwenke | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
Creating a system-versioned table with row version by trx id works as described in the KB. However when I add partitions to separate current and historic data, I get an error. The CREATE TABLE statement:
and the error message:
If partitioning isn't supposed to work with trx ids, this should be documented. |
| Comments |
| Comment by Elena Stepanova [ 2018-04-20 ] |
|
What's worse, it appears that PARTITION BY RANGE also doesn't work. |
| Comment by Sergei Golubchik [ 2018-05-24 ] |
|
That's because "partition" storage engine doesn't say that it supports trxid-based versioning. |