summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/geo_near.cpp
diff options
context:
space:
mode:
authorJames Wahlin <james@mongodb.com>2019-01-15 16:56:21 -0500
committerJames Wahlin <james@mongodb.com>2019-02-19 09:13:35 -0500
commitf74085d9935953ccfef6547ab5fdb2db48096828 (patch)
treef35f518a8d367100d396cc61b3fea9079914cca3 /src/mongo/db/exec/geo_near.cpp
parentb5bfc89e28b0c7432c8356d4af9b45b14e29138d (diff)
downloadmongo-f74085d9935953ccfef6547ab5fdb2db48096828.tar.gz
SERVER-39019 Fix incorrect $elemMatch $ne serialization
Diffstat (limited to 'src/mongo/db/exec/geo_near.cpp')
-rw-r--r--src/mongo/db/exec/geo_near.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/exec/geo_near.cpp b/src/mongo/db/exec/geo_near.cpp
index 2e54cab9822..168552ef471 100644
--- a/src/mongo/db/exec/geo_near.cpp
+++ b/src/mongo/db/exec/geo_near.cpp
@@ -516,6 +516,10 @@ public:
// These won't be called.
//
+ BSONObj getSerializedRightHandSide() const final {
+ MONGO_UNREACHABLE;
+ }
+
void debugString(StringBuilder& debug, int level = 0) const final {
MONGO_UNREACHABLE;
}