[MDEV-26069] Outcome of sequence UPDATE is different on debug and release builds Created: 2021-07-01 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Debug, Sequences |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Michael Widenius |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
All sequence fields, including cycle_count, are not-nullable. A release build returns the expected ER_BAD_NULL_ERROR error:
But a debug build doesn't return any error:
Reproducible on all of 10.3-10.6. |