Add force_recovery_with_data_loss to hidden command list.
This commit is contained in:
parent
af07a3782f
commit
cbdf598fa2
|
@ -515,6 +515,7 @@ void initHelp() {
|
|||
|
||||
hiddenCommands.insert("expensive_data_check");
|
||||
hiddenCommands.insert("datadistribution");
|
||||
hiddenCommands.insert("force_recovery_with_data_loss");
|
||||
}
|
||||
|
||||
void printVersion() {
|
||||
|
|
Loading…
Reference in New Issue