[MXS-679] qc_mysqlembedded excludes some fields, when reporting affected fields Created: 2016-04-21 Updated: 2016-06-01 Resolved: 2016-04-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | QueryClassifier |
| Affects Version/s: | 1.3.0, 1.4.1 |
| Fix Version/s: | 1.4.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
qc_myselembedded does not report all affected fields. For instance, for a query like SELECT a from X where b = 1 and c = 2; it will correctly report "a b c". However, for a query like SELECT a from X where b = 1 and c = 2 and d = 3; it will incorrectly also report "a b c" although it should report "a b c d". |
| Comments |
| Comment by Johan Wikman [ 2016-04-21 ] |
|
Fixed by commit eb1a30e9acccffdaf3fa1ba7a2bc4c5672db433c |