1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-18 13:54:11 +03:00

MCOL-455 - add start remove to help

This commit is contained in:
David Hill
2017-01-20 19:25:48 -06:00
committed by David Hall
parent 558970fc90
commit 81b37c8f93

View File

@@ -29,9 +29,9 @@
<Name>redistributeData</Name>
<Desc1>Redistribute table data accross all dbroots to balance disk usage</Desc1>
<Arg1>START to begin a redistribution</Arg1>
<Arg2>STOP to stop redistribution before completion</Arg2>
<Arg3>STATUS to to view statistics and progress</Arg3>
<Arg4>START REMOVE to redistribute and move data off the given dbroot to other dbroots</Arg4>
<Arg2>START REMOVE n to being a redistribution where data is removed from dbroot 'n'</Arg2>
<Arg3>STOP to stop redistribution before completion</Arg3>
<Arg4>STATUS to to view statistics and progress</Arg4>
</Cmd4>
<Cmd5>
<Name>findObjectFile</Name>