[MDEV-12080] usage of enforce_storage_engine may cause ALTER .. PARTITION BY statements to fail Created: 2017-02-17 Updated: 2020-12-01 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Partitioning |
| Affects Version/s: | 10.1.21, 10.2.4 |
| Fix Version/s: | 10.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Guillaume Lefranc | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Description |
|
Test case: in my.cnf:
Fails with: unknown engine 'partition' |
| Comments |
| Comment by Elena Stepanova [ 2017-02-21 ] | ||
|
The important part here is the "ENGINE =" clause before the PARTITION clause. | ||
| Comment by Claudio Nanni [ 2019-05-30 ] | ||
|
It fails also with other statements, after partitioning the table:
|