[MDEV-19985] Test system versioning against UDFs and nested selects Created: 2019-07-08 Updated: 2019-07-08 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Nikita Malyavin | Assignee: | Aleksey Midenkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The purpose of the task is to add tests with expressions that can transform, say, during optimization. Good example to start:
The syntax is currently allowed. ... IN (SELECT ...) can be transformed to join. |
| Comments |
| Comment by Oleksandr Byelkin [ 2019-07-08 ] |
|
it would be nice to check IN on the top level something like |