[MCOL-2001] mscadmin redistributeData parameters are not accepted as suggested by the help information. Created: 2018-12-07 Updated: 2023-10-26 Resolved: 2019-05-17 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.1.6 |
| Fix Version/s: | 1.1.0, 1.2.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Ivan Zlatoustov (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Sprint: | 2019-01, 2019-02, 2019-03, 2019-04, 2019-05 |
| Description |
|
mcsadmin> redistributeData STATUS mcsadmin> redistributeData START WriteEngineServer returned status 1: Cleared. |
| Comments |
| Comment by David Hall (Inactive) [ 2019-01-23 ] |
|
Made the parameters for RedistributeData case insensitive. |
| Comment by Ben Thompson (Inactive) [ 2019-02-04 ] |
|
There was a comment on the github pull request that should be addressed. |
| Comment by David Hall (Inactive) [ 2019-02-04 ] |
|
Changed the usage from iequals() to strncasecmp (with #ifdef for MSC_VER). This is much more lightweight and we're not dealing with other than ASCII here. |
| Comment by Daniel Lee (Inactive) [ 2019-02-06 ] |
|
Build tested: 1.1.7-1 server commit: Command is no longer case sensitive, as the ticket requested. I noticed the following issue. I don't know if it mcsadmin> redistributeData stop mcsadmin> redistributeData STOP redistributeData START WriteEngineServer returned status 1: Cleared. The commands are valid. We should not output the last line message |
| Comment by Daniel Lee (Inactive) [ 2019-05-17 ] |
|
Build verified: 1.1.8-1 nightly |
| Comment by Daniel Lee (Inactive) [ 2019-05-17 ] |
|
Build verified: Github source 1.2.4-1 git commits: /root/columnstore/mariadb-columnstore-server Disable Travis triggering on pull requests /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #761 from mariadb-corporation/develop-1.2-merge-up-20190514 Merge develop-1.1 into develop-1.2 |