[MXS-2266] COM_STMT_CLOSE causes a warning to be logged Created: 2019-01-16 Updated: 2019-01-16 Resolved: 2019-01-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.3.2 |
| Fix Version/s: | 2.3.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When a binary protocol prepared statement is closed, a false warning about an unknown ID is logged. This also causes increased memory use with pooled connections as the prepared statement isn't removed from the internal mapping. |