[MXS-3361] Rewrite ignorable query processing Created: 2021-01-04 Updated: 2021-01-18 Resolved: 2021-01-18 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Protocol |
| Affects Version/s: | None |
| Fix Version/s: | 6.0.0 |
| Type: | Task | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Sprint: | MXS-SPRINT-123 | ||||||||||||||||
| Description |
|
The current mechanism is used for both COM_CHANGE_USER response handling as well as handling of any queries whose result should not be sent up the routing chain. Mixing these two isn't optimal as it results in relatively confusing code. |