[MDEV-17503] CREATE SEQUENCE failed with innodb_force_primary_key =1 Created: 2018-10-19 Updated: 2020-08-25 Resolved: 2018-10-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Sequences |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.11 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Richard Stracke | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
SEQUENCE can't created with innodb_force_primary_key =1
Create with a key or alter is not possible, because Only workaround is set global innodb_force_primary_key =0; and create the sequence. |
| Comments |
| Comment by Michael Widenius [ 2018-10-29 ] |
|
Fixed by introducing HA_WANTS_PRIMARY_KEY |