summaryrefslogtreecommitdiff
path: root/s/request.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-02-20 10:46:42 -0500
committerEliot Horowitz <eliot@10gen.com>2009-02-20 10:46:42 -0500
commit5f6aa4f67d9bf3bd6a4345db2af9c76647b677d2 (patch)
tree6cffec746ef93723db903d2cf8be8923bf9e2aba /s/request.cpp
parent30f3acd4459cd4c13608a8be81624ba8574582da (diff)
downloadmongo-5f6aa4f67d9bf3bd6a4345db2af9c76647b677d2.tar.gz
insert shard checkpoint
Diffstat (limited to 's/request.cpp')
-rw-r--r--s/request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/request.cpp b/s/request.cpp
index 11bcc660adc..b08888bb063 100644
--- a/s/request.cpp
+++ b/s/request.cpp
@@ -89,7 +89,7 @@ namespace mongo {
if ( _shardInfo ){
if ( _shardInfo->numShards() > 1 )
- throw UserException( "can't do sharding yet silly" );
+ s = SHARDED;
}
if ( op == dbQuery ) {