[MXS-3184] COM_STMT_EXECUTE with FOUND_ROWS not routed to previous target Created: 2020-09-15 Updated: 2020-11-16 Resolved: 2020-11-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | QueryClassifier |
| Affects Version/s: | 2.3.20, 2.4.12, 2.5.3 |
| Fix Version/s: | 6.0.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-119 |
| Description |
|
With The fix to this is to classify queries like this as a special type which should be routed to the previous target, if it is still available. |
| Comments |
| Comment by markus makela [ 2020-10-26 ] |
|
This could be solved by storing a reference to the buffer instead of the type it contains. This would allow all query classification results to be exposed for COM_STMT_EXECUTE as well. |