[MCOL-3276] API mcol1408 test fails in develop for Ubuntu 16.04 Created: 2019-04-23 Updated: 2020-08-25 Resolved: 2020-08-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DMLProc |
| Affects Version/s: | 1.4.0 |
| Fix Version/s: | 1.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | David Hall (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | regression | ||
| Issue Links: |
|
||||||||
| Sprint: | 2019-06, 2020-1, 2020-2, 2020-3, 2020-4, 2020-5, 2020-6, 2020-7 | ||||||||
| Description |
|
mcol1408 failing after the C++11 conversion of 1.4 on Ubuntu 16.04, error is:
|
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2019-06-12 ] |
|
Problem was due to junk in byte alignment padding. Fix masks it out. For QA: "make test" should now pass in the API. |