[MXS-2299] Routing hints are ignored for multi-statement and SP calls Created: 2019-01-28 Updated: 2019-01-28 Resolved: 2019-01-28 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | QueryClassifier |
| Affects Version/s: | 2.3.3 |
| Fix Version/s: | 2.3.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The classification of stored procedure calls and multi-statement queries ignore all routing hints. To reproduce this, execute the following stored procedure call with log_info=true:
The query is routed to the master instead of a slave. |
| Comments |
| Comment by markus makela [ 2019-01-28 ] |
|
Hints now always take precedence. |