[ODBC-113] Make optimizations in C/ODBC to use CONC-275 Created: 2017-09-12 Updated: 2017-10-06 Resolved: 2017-09-30 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | None |
| Affects Version/s: | 3.0.1 |
| Fix Version/s: | 3.0.2 |
| Type: | Task | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
So far if it has to skip a row, C/ODBC has to allocate new arrays and copy there data for all rows that are not skipped. With |
| Comments |
| Comment by Lawrin Novitsky [ 2017-09-30 ] |
|
The implemention has been pushed as part of d6ce17918492e8fdb1d6203dae1c1b787403402d |