[MXS-1348] Relax comparison of qc_sqlite and qc_mysqlembedded results. Created: 2017-08-08 Updated: 2017-08-14 Resolved: 2017-08-14 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | QueryClassifier |
| Affects Version/s: | None |
| Fix Version/s: | 2.2.0 |
| Type: | Task | Priority: | Minor |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
qc_get_field_info reports not just the fields but in which context they are used. Currently compare, the program using which the results of qc_sqlite and qc_mysqlembedded are compared treats it as an error if the usage reports differ. That information is not used anywhere and is quite tricky to get right in the context of subselects and CTEs, so for now discrepancies should be reported as a warning. |