[MXS-884] QC: Provide more detailed field information when it is available. Created: 2016-10-05 Updated: 2016-11-07 Resolved: 2016-11-07 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | QueryClassifier |
| Affects Version/s: | None |
| Fix Version/s: | 2.1.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Epic Link: | 2.1 Query Classifier Improvements | ||||||||
| Sprint: | 2016-19, 2016-20, 2016-21 | ||||||||
| Description |
|
Currently the query classifier returns the affected fields as a simple string, always without the table name and without distinguising whether a field is used in the select part or the where part. For instance, the affected fields of a query like
is reported as "a b c". Extend the API so that no information is filtered. |