> db.foo.insert({_id:1, key:1}
> db.foo.update({_id:1, key:1},
)
> db.getLastErrorObj()
output from sharding script:
S1: Wed Apr 21 18:02:50 UserException: change would move shards!
> db.foo.insert({_id:1, key:1}
> db.foo.update({_id:1, key:1},
)
> db.getLastErrorObj()
output from sharding script:
S1: Wed Apr 21 18:02:50 UserException: change would move shards!