From 910044f28a4c3c2a896fc7bd35e08c4f8c75063b Mon Sep 17 00:00:00 2001 From: Alberto Lerner Date: Wed, 27 Oct 2010 17:13:47 -0400 Subject: splits are now done by the mongod side --- s/d_split.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 's/d_split.cpp') diff --git a/s/d_split.cpp b/s/d_split.cpp index cafe1c7c8d7..ae8fe732250 100644 --- a/s/d_split.cpp +++ b/s/d_split.cpp @@ -372,10 +372,10 @@ namespace mongo { class SplitChunkCommand : public Command { public: - SplitChunkCommand() : Command( "splitChunk_ForDevOnly" ){} + SplitChunkCommand() : Command( "splitChunk" ){} virtual void help( stringstream& help ) const { help << - "internal command ** under development ** \n" + "internal command usage only\n" "example:\n" " { splitChunk:\"db.foo\" , keyPattern: {a:1} , min : {a:100} , max: {a:200} { splitKeys : [ {a:150} , ... ]}"; } -- cgit v1.2.1