Support for SEQUENCE objects
(MDEV-10139)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Sequences |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Technical task | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Permissions needed to execute sequence-related functions are not obvious, e.g. NEXTVAL would require INSERT, while LASTVAL would only require SELECT, there might be other subtleties. They deserve to be documented explicitly. |