1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-10 01:22:48 +03:00

Merge pull request #110 from mariadb-corporation/MCOL-455

MCOL-455 - add start remove to help
This commit is contained in:
davidwbt
2017-01-20 17:33:20 -08:00
committed by GitHub

View File

@@ -29,8 +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>
<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>