Merge pull request #559 from bnamasivayam/force-recovery-hidden-command

Add force_recovery_with_data_loss to hidden command list.
This commit is contained in:
Alex Miller 2018-07-03 15:51:13 -07:00 committed by GitHub
commit 77aecd3900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -515,6 +515,7 @@ void initHelp() {
hiddenCommands.insert("expensive_data_check");
hiddenCommands.insert("datadistribution");
hiddenCommands.insert("force_recovery_with_data_loss");
}
void printVersion() {