[MDEV-14404] Don't use LEX::check_exists in ALTER SEQUENCE Created: 2017-11-15 Updated: 2017-12-12 Resolved: 2017-11-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser, Sequences |
| Fix Version/s: | 10.3.3 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Change the ALTER SEQUENCE code not to use:
Instead:
This is needed to simplify the patch for MDEV-8094. |