[MXS-2066] Result buffering is not always disabled Created: 2018-09-21 Updated: 2020-08-25 Resolved: 2018-09-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | mariadbbackend, readwritesplit |
| Affects Version/s: | 2.2.14 |
| Fix Version/s: | 2.2.15 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
When some commands are executed their results are buffered. This is done for a set of known commands and the buffering is disabled once the result is gathered. In certain cases, the buffering would not be disabled and as a result all following queries would be buffered. Most of the time this would happen when a prepared statement was closed or the preparation failed with an error. |