[MCOL-3424] MariaDB 10.4 interface change broke write_row Created: 2019-08-13 Updated: 2019-10-28 Resolved: 2019-09-19 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.4.0 |
| Fix Version/s: | 1.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2019-06 |
| Description |
|
write_row() now uses a 'const' qualifier for the 'buf' variable which means the non-const version that we currently use doesn't match the virtual prototype. This in-turn means we effectively no longer have a write_row() function. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2019-08-13 ] |
|
For QA: develop branch couldn't run INSERT queries (an error occurred instead) this patch fixes it. |
| Comment by Daniel Lee (Inactive) [ 2019-09-19 ] |
|
Build verified: 1.4.0-1 [dlee@master centos7]$ cat gitversionInfo.txt Performed Autopilot tests, DDL, DML, cpimport, queries etc |