[MDEV-16035] SEQUENCE with zero increment does not behave as expected Created: 2018-04-26 Updated: 2018-04-27 Resolved: 2018-04-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Sequences |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ian Gilfillan | Assignee: | Oleksandr Byelkin |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
See the description in the related bug |
| Comments |
| Comment by Oleksandr Byelkin [ 2018-04-27 ] |
|
Appeared that zero increment was made for gallera and auto increment variable should not change frequently during server lifetime (only during setup, otherwise some other parts of server will not work correctly) so it is not important that variable value read during creation and reset of the sequence |