[MDEV-9050] Allow variables in SEQUENCE table names Created: 2015-10-31 Updated: 2015-11-01 Resolved: 2015-10-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Sequence |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Federico Razzoli | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
SEQUENCE engine allows names like seq_1_to_10, but not seq_@a_to_@b. This feature would make SEQUENCE more flexible - particularly in stored procedures. |
| Comments |
| Comment by Daniel Black [ 2015-10-31 ] | |
|
Its more a limitation as to where the variables are parsed. In the meantime the following should work:
| |
| Comment by Sergei Golubchik [ 2015-10-31 ] | |
|
See MDEV-7332 |