From 61619b3142c1de8f60f91964ff2656054d4f11a6 Mon Sep 17 00:00:00 2001 From: Antonin Kral Date: Thu, 10 May 2012 06:57:54 +0200 Subject: Imported Upstream version 2.0.5 --- jstests/indexb.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'jstests/indexb.js') diff --git a/jstests/indexb.js b/jstests/indexb.js index 5507fee..d7d2e8c 100644 --- a/jstests/indexb.js +++ b/jstests/indexb.js @@ -5,8 +5,7 @@ // when it doesn't move -t = db.indexb;t = db.indexb; -db.dropDatabase(); +t = db.indexb; t.drop(); t.ensureIndex({a:1},true); -- cgit v1.2.3