[MCOL-3534] Need to remove -n and -d from postConfigure syntax error msg Created: 2019-10-01 Updated: 2019-10-10 Resolved: 2019-10-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.4.0 |
| Fix Version/s: | 1.4.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Bharath Bokka (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2019-06 |
| Description |
|
Build tested: 1.4.0-1 engine commit: postConfigure supports only the non-distributed mode now. The returned syntax error msg still has the -d and -n options. -h help text is fine. [root@localhost bin]# ./postConfigure -n |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2019-10-02 ] |
|
I forgot to remove -n and -d from the help message it seems... |
| Comment by Bharath Bokka (Inactive) [ 2019-10-10 ] |
|
Build tested: 1.4.1-1 engine commit: -n and -d options are been removed from postConfigure 'Usage' message as those aren't supported for 1.4. [root@localhost ~]# /usr/local/mariadb/columnstore/bin/postConfigure -n |