diff options
author | Aaron <aaron@10gen.com> | 2011-05-17 11:36:07 -0700 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2011-05-17 12:20:08 -0700 |
commit | c61c9fa588821acc0abcee1e4fdc236ad2eaf0e7 (patch) | |
tree | 0dc1b70f8cdce2d7865d5213d1bc3bb482d300e1 /db/geo | |
parent | ab01eb9d1cbf2b6ebd285ed2294247f4e50962f8 (diff) | |
download | mongo-c61c9fa588821acc0abcee1e4fdc236ad2eaf0e7.tar.gz |
SERVER-2977 add yielding, simple ordering, and some exception handling to query optimizer cursor
Diffstat (limited to 'db/geo')
-rw-r--r-- | db/geo/2d.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/geo/2d.cpp b/db/geo/2d.cpp index ed8296310e9..04eeb569bfa 100644 --- a/db/geo/2d.cpp +++ b/db/geo/2d.cpp @@ -724,6 +724,10 @@ namespace mongo { } } geo2dplugin; + void __forceLinkGeoPlugin() { + geo2dplugin.getName(); + } + struct GeoUnitTest : public UnitTest { int round( double d ) { |