[MXS-1421] Even though limit is reached, maxrows continues to buffer resultset. Created: 2017-09-15 Updated: 2017-09-15 Resolved: 2017-09-15 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | maxrows |
| Affects Version/s: | 2.1.7 |
| Fix Version/s: | 2.1.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Massimiliano Pinto (Inactive) | Assignee: | Massimiliano Pinto (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
maxrows has to buffer data until the limit has been reached or the entire result set has been received. However, when the limit has been reached, maxrows need not buffer data anymore but can free the packets as they arrive from the server. |