[MDEV-9677] Error in counting in sequence engine Created: 2016-03-02 Updated: 2016-03-03 Resolved: 2016-03-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Storage Engine - Sequence |
| Affects Version/s: | 10.1.12 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Bernd Buffen | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When you count from high to low the Values starts not from "from" Value every time. see sample
|
| Comments |
| Comment by Elena Stepanova [ 2016-03-03 ] |
|
It has actually been documented, although wording could be clearer:
In fact, of course, it should be not "will always be 1", but "will always be the TO value"; but anyway, it works so by design. greenman, do you think it makes sense to put it better and maybe add a more generic example? |
| Comment by Ian Gilfillan [ 2016-03-03 ] |
|
Clarified wording and added further examples to demonstrate descending order and from/to. |