[MXS-669] Refactor modutil_get_complete_packets Created: 2016-04-13 Updated: 2017-12-01 Resolved: 2016-04-26 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 1.4.1 |
| Fix Version/s: | 2.0.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2016-8 |
| Description |
|
The modutil_get_complete_packets function makes the buffers contiguous when in most cases it is not necessary. |
| Comments |
| Comment by markus makela [ 2016-04-25 ] |
|
The modutil_get_complete_packets now returns a chain of buffers instead of one large buffer. This will reduce the amount of copying done when processing large result sets. |