[MXS-718] qc_mysqlembedded does not report fields for INSERT Created: 2016-05-11 Updated: 2016-10-19 Resolved: 2016-05-11 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qc_mysqlembedded |
| Affects Version/s: | 1.4.3 |
| Fix Version/s: | 2.0.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
For a statement like INSERT INTO t1 (fld1) VALUES ..., the field fld1 is not reported. Similarly, for a statement like INSERT ... VALUES (A + 1), the field a is not reported. |