[MCOL-4297] columnstore-docker-cluster: wrong sed parsing of '&' character for cmapi key Created: 2020-09-08 Updated: 2020-09-23 Resolved: 2020-09-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Docker |
| Affects Version/s: | None |
| Fix Version/s: | 5.4.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jens Röwekamp (Inactive) | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | skysql | ||
| Environment: |
mariadb/skysql-enterprise-columnstore-handoff sky-1.5.4-1 |
||
| Description |
|
Custom cmapi keys that contain the '&' character might not be parsed correctly by sed in scripts/columnstore-init (line 57) causing the ColumnStore cluster to not be initializable. Failure example:
Proposed fix:
instead. Success example:
|