[MXS-1364] Query classifier should report columns used in function calls Created: 2017-08-17 Updated: 2017-08-24 Resolved: 2017-08-24 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | QueryClassifier |
| Affects Version/s: | None |
| Fix Version/s: | 2.2.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2017-40 | ||||||||
| Description |
|
Given a statement like
the query classifier will tell that the columns a and b, and the function concat are accessed/used, but it will not tell what columns the function concat accesses. |