From fb956b3b0a48c9b8376575c6adb971a4e0593292 Mon Sep 17 00:00:00 2001 From: Randolph Tan Date: Thu, 23 Mar 2017 13:56:21 -0400 Subject: Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped" This reverts commit 56e66454d14e16689331672734ecde7644a41c78. Conflicts: buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml --- jstests/core/geo_queryoptimizer.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'jstests/core/geo_queryoptimizer.js') diff --git a/jstests/core/geo_queryoptimizer.js b/jstests/core/geo_queryoptimizer.js index e8aad815761..af55507ff86 100644 --- a/jstests/core/geo_queryoptimizer.js +++ b/jstests/core/geo_queryoptimizer.js @@ -1,6 +1,3 @@ -// Cannot implicitly shard accessed collections because of use of $near query instead of geoNear -// command. -// @tags: [assumes_unsharded_collection] t = db.geo_qo1; t.drop(); -- cgit v1.2.1