[MDEV-13010] NEXTVAL should increment only once for a given row Created: 2017-06-06 Updated: 2022-03-01 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrii Nikitin (Inactive) | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | patch, wrong_result | ||
| Issue Links: |
|
||||||||
| Description |
|
According to discussion in comments in So SELECT below should show the same number twice, and it doesn't:
Oracle has a lot of limitations of how NEXTVAL() can be used:
Don't think we have to fix the above, but we have to at least document this. |
| Comments |
| Comment by Robert Bindar [ 2019-04-09 ] |
|
monty Can you please review PR#1255? |
| Comment by Robert Bindar [ 2020-01-31 ] |
|
Asking for followup review as new version for the patch is in https://github.com/MariaDB/server/pull/1255 |