[MDEV-20735] Allow non-reserved keywords as user defined type names Created: 2019-10-03 Updated: 2019-10-03 Resolved: 2019-10-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | 10.5.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This task is similar to To avoid compatibility problems in the future, let's allow non-conflicting non-reserved keywords as user defined type (UDT) names. The non-reserved keywords from the following rules will be allowed:
Non-reserved keywords from these rules won't work as UDT names, because they'd cause grammar conflicts:
|