[MCOL-445] configxml.sh should be case in-sensitive. Created: 2016-12-06 Updated: 2023-10-26 Resolved: 2017-12-13 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.5 |
| Fix Version/s: | 1.0.12 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Sprint: | 2017-24, 2017-25 |
| Description |
|
configxml.sh works case sensitive. Not sure how that would impact the software when the server is started. I think this is why i resisted using it the last few years preferring to hand edit the file. |
| Comments |
| Comment by David Hill (Inactive) [ 2016-12-06 ] |
|
InfiniDB Issue #10420 |
| Comment by David Thompson (Inactive) [ 2017-11-27 ] |
|
ben.thompson can you evaluate this for effort? |
| Comment by Ben Thompson (Inactive) [ 2017-12-05 ] |
|
getConfig and setConfig should be case insensitive on variable names and section names |
| Comment by Daniel Lee (Inactive) [ 2017-12-13 ] |
|
Build verified: 1.0.12-1 Verify the getConfig and setConfig commands. Section and parameter names no longer needs to be case sensitive. Values being assign/changed will be as the user provided. |