[MXS-680] qc_mysqlembedded fails to look into function 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_mysqlembedded does not look into functions when reporting affected fields. SELECT concat(a, " ", a) from x where b = 2; the result is "b", while it should be "a b". |
| Comments |
| Comment by Johan Wikman [ 2016-04-21 ] |
|
Fixed by commit d5d0547a577fd6d148c8fd207ba529bd45f31d92 |