[MDEV-16385] ROW SP variable is allowed in unexpected context Created: 2018-06-04 Updated: 2018-06-05 Resolved: 2018-06-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Stored routines |
| Affects Version/s: | 10.3, 10.4 |
| Fix Version/s: | 10.3.8, 10.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
This script produces no errors:
It should return an error. The same problem is repeatable with HAVING:
The same problem is repeatable in LIKE..ESCAPE:
|