[MCOL-1545] Compiler error in GCC 8.1 Created: 2018-07-09 Updated: 2018-07-25 Resolved: 2018-07-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-14, 2018-15 |
| Description |
|
This won't affect us now, but will affect us in future:
We need to check whether or not this should return the shared_ptr instead. If not then use .get() on the end of fPool. There are also quite a few warnings that could help with optimization in that release. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2018-07-19 ] |
|
For QA: everything should still compile. An unused internal function is removed. |
| Comment by Daniel Lee (Inactive) [ 2018-07-25 ] |
|
Build verified: 1.1.6-1 source /root/columnstore/mariadb-columnstore-server Merge pull request #123 from drrtuy/ /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #526 from mariadb-corporation/ Mcol 1535 Build successful. There errors not longer being outputted. |