[MDEV-16101] ADD PARTITION on table partitioned by list does not work with more than 32 list values. Created: 2018-05-07 Updated: 2020-08-25 Resolved: 2018-05-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Partitioning |
| Affects Version/s: | 10.2, 10.3 |
| Fix Version/s: | 10.2.15, 10.3.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Jacob Mathew (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Create table with 1 partition.
Now alter table with more than 32 list values yields the error
With 32 or less list values, it works fine.
|
| Comments |
| Comment by Jacob Mathew (Inactive) [ 2018-05-12 ] |
|
Holyfoot, please review my fix for this problem in commit 85bbea8 on my branch. |
| Comment by Jacob Mathew (Inactive) [ 2018-05-14 ] |
|
Fix 8e0159 is pushed to 10.3 and 10.2. |