[MDEV-13714] Value of SEQUENCE table option is ignored upon creation Created: 2017-09-02 Updated: 2018-08-31 Resolved: 2017-10-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Sequences |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
No matter which value the SEQUENCE option has, as long as it's present, the table is created as a sequence:
|
| Comments |
| Comment by Aleksey Midenkov [ 2017-10-13 ] | ||||||||||
|
Now it's reproduced with:
| ||||||||||
| Comment by Michael Widenius [ 2017-10-22 ] | ||||||||||
|
CREATE TABLE ... sequence=0 and sequence=DEFAULT created sequence tables when they should not. Pushed into bb-10.2-ext, which will be shortly merged into 10.3 Fix provided by Aleksey Midenkov |