[MXS-3515] COM_STMT_EXECUTE with ID -1 isn't handled correctly Created: 2021-04-26 Updated: 2021-05-06 Resolved: 2021-05-06 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Protocol, readwritesplit |
| Affects Version/s: | 2.5.10 |
| Fix Version/s: | 6.0.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-130 |
| Description |
|
Executing a COM_STMT_EXECUTE with ID -1 isn't always handled correctly. It can be falsely classified if a COM_STMT_PREPARE is still being processed by the backend server and the latest completed PS ID hasn't been updated. |