[MXS-1406] Expose more operations Created: 2017-09-12 Updated: 2017-09-13 Resolved: 2017-09-13 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | QueryClassifier |
| Affects Version/s: | 2.1.7 |
| Fix Version/s: | 2.1.8, 2.2.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
The query classifier should expose more operations. For instance, the operation for the statement
is reported as QUERY_OP_UNDEFINED. The true operation is known during the parsing process and could just as well be reported. |
| Comments |
| Comment by Johan Wikman [ 2017-09-13 ] | ||||
|
The operation of a CALL statement is now reported as QUERY_OP_CALL The relevant query classifier information for CALL p1(); is
and for CALL p1(@var);
|