[MCOL-5066] mcsSetConfig does not consider configuration file option Created: 2022-04-29 Updated: 2022-09-08 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 6.2.3 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Oli Sennhauser | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | beginner-friendly | ||
| Environment: |
Ubuntu 18.04 |
||
| Description |
|
Documentation an --help states, that mcsSetConfig should consider configuration file with -c option: https://mariadb.com/docs/reference/col6/cli/mcsSetConfig/#col6-cli-mcssetconfig-options mcsSetConfig --help When we try to do this is aborts with an error and even core dumps: mcsSetConfig -c /home/mysql/database/mcs-623/etc/Columnstore.xml CrossEngineSupport Host 127.0.0.1 Strace shows that mcsSetConfig does not even consider the location but just the default: /etc/columnstore/Columnstore.xml strace mcsSetConfig -c /home/mysql/database/mcs-623/etc/Columnstore.xml CrossEngineSupport Host 127.0.0.1 2>&1 | grep xml Linking from the default location causes at least another error... |