[MDEV-13005] Fixing bugs in SEQUENCE, part 3 Created: 2017-06-06 Updated: 2023-12-13 Resolved: 2022-03-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.3.1 |
| Fix Version/s: | 10.4.25, 10.5.16, 10.6.8, 10.7.4, 10.8.3, 10.9.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Michael Widenius | Assignee: | Rucha Deodhar |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | beginner-friendly | ||
| Issue Links: |
|
||||||||||||||||||||||||||||
| Epic Link: | Compatibility | ||||||||||||||||||||||||||||
| Description |
|
This is a list smaller bugs for SEQUENCE's that should be fixed before 10.3.1. A lot of the following things where reported by Peter Gulutzan. Bugs and missing features
The second DROP should also give error 4066
|
| Comments |
| Comment by Rucha Deodhar [ 2019-03-13 ] | |||||||||||||||||||||||||||||
|
I am new dev and can help with this. I went through the code base, but couldn't find the code where these bugs are present. Any help is appreciated. Thanks. | |||||||||||||||||||||||||||||
| Comment by Anel Husakovic [ 2019-03-13 ] | |||||||||||||||||||||||||||||
|
Hi rucha174
.
Now if you go in
you will see error
that is raised in .yacc file:
Now to see this error you will need to go in
| |||||||||||||||||||||||||||||
| Comment by Rucha Deodhar [ 2019-05-28 ] | |||||||||||||||||||||||||||||
|
I changed error message for: | |||||||||||||||||||||||||||||
| Comment by Rucha Deodhar [ 2021-12-06 ] | |||||||||||||||||||||||||||||
|
Hi julien.fritsch , yes. Thank you ! | |||||||||||||||||||||||||||||
| Comment by Rucha Deodhar [ 2022-03-24 ] | |||||||||||||||||||||||||||||
|
Made separate patch for each sub-task: bb-10.4-MDEV-13005 | |||||||||||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2022-03-29 ] | |||||||||||||||||||||||||||||
|
OK to push |