[MXS-3777] COMMIT in prepared statement causes warnings Created: 2021-09-20 Updated: 2021-09-20 Resolved: 2021-09-20 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 6.2.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If a COM_STMT_EXECUTE is executed that has no parameters, a warning about Malformed COM_STMT_EXECUTE was logged. This happens because the code expects the COM_STMT_EXECUTE to contain the metadata even though it should only be expected for COM_STMT_EXECUTE with at least one parameter. This can be reproduced by running sysbench against MaxScale. |
| Comments |
| Comment by markus makela [ 2021-09-20 ] |
|
Turns out this doesn't affect any released versions, only the current 6 branch. |