summaryrefslogtreecommitdiff
path: root/db/nonce.cpp
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2009-01-27 15:35:28 -0500
committerDwight <dmerriman@gmail.com>2009-01-27 15:35:28 -0500
commit83c1dbb1c275f05eff2f611cb47624897c00de3e (patch)
tree9e7df11b374be183dfaec60faed9da5fbd1471e8 /db/nonce.cpp
parentdf7c7536404ea531b8253541fedb4f51098d7bb1 (diff)
downloadmongo-83c1dbb1c275f05eff2f611cb47624897c00de3e.tar.gz
check the index range first before we go into the object on a query -- so we don't hit disk unnecessarily
fix index4.js test check on index creation that index key pattern is ok
Diffstat (limited to 'db/nonce.cpp')
-rw-r--r--db/nonce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/nonce.cpp b/db/nonce.cpp
index 4d574c7a284..c58195baf8f 100644
--- a/db/nonce.cpp
+++ b/db/nonce.cpp
@@ -53,4 +53,4 @@ namespace mongo {
Security security;
-} // namespace mongo \ No newline at end of file
+} // namespace mongo