Skip to content

Commit

Permalink
add split in help (actiontech#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
PanternBao authored and yanhuqing666 committed Nov 15, 2019
1 parent d1df782 commit cd96d2a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ private static RowDataPacket getRow(String stmt, String desc, String charset) {
HELPS.put("dataHost @@switch name='?' master='?'", "switch writeHost and readHost in one dataHost");
HELPS.put("dataHost @@events ", "show all the dataHost ha event which not finished yet ");

//dump file
HELPS.put("split src dest -r500 -w500 -l10000", "split dump file into multi dump files according to dataNode");

// list sort
KEYS.addAll(HELPS.keySet());
}
Expand Down

0 comments on commit cd96d2a

Please sign in to comment.