ColumnStore Installation Improvements
(MCOL-1503)
|
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.7 |
| Fix Version/s: | Icebox |
| Type: | Sub-Task | Priority: | Major |
| Reporter: | David Thompson (Inactive) | Assignee: | Andrew Hutchings (Inactive) |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
if you overrider the datadir variable in my.cnf under columnstore, then mariadb server will be happy with that and use the db tree there. However there are checks in the columnstore code that are hardwired to check for the pid file only under the install-dir / mysql db directory. A workaround is softlink the db directory to the required location but it would be less error prone to correctly support datadir overriding the location for innodb data files etc. |
| Comments |
| Comment by Todd Stoffel (Inactive) [ 2019-05-06 ] |
|
This should be addressed as part of the convergence project. |
| Comment by Andrew Hutchings (Inactive) [ 2019-10-14 ] |
|
This is fixed as part of |