diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-02-20 10:46:42 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-02-20 10:46:42 -0500 |
commit | 5f6aa4f67d9bf3bd6a4345db2af9c76647b677d2 (patch) | |
tree | 6cffec746ef93723db903d2cf8be8923bf9e2aba /s/request.cpp | |
parent | 30f3acd4459cd4c13608a8be81624ba8574582da (diff) | |
download | mongo-5f6aa4f67d9bf3bd6a4345db2af9c76647b677d2.tar.gz |
insert shard checkpoint
Diffstat (limited to 's/request.cpp')
-rw-r--r-- | s/request.cpp | 2 |
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 ) { |