[MCOL-4781] loadbrm.py uses lower case smcat when it should be upper case Created: 2021-06-28 Updated: 2021-07-06 Resolved: 2021-07-01 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | cmapi |
| Affects Version/s: | 5.6.1 |
| Fix Version/s: | 5.6.2 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | David Hall (Inactive) | Assignee: | Roman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2021-9 |
| Description |
|
During the improvements to cmapi, mcs-loadbrm.py.in was changed to use a variable SMCAT to hold the path and file name of the executable smcat. Somewhere in the code (line 126), the name was wrongly written in lower case. Since python is a case sensitive language, this causes errors trying to run that line of code, which only happens for single server installations. |