diff options
author | Antonin Kral <a.kral@bobek.cz> | 2012-05-10 06:57:57 +0200 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2012-05-10 06:57:57 +0200 |
commit | 8813daaab256108f7aa6300875e8562d031f2c2f (patch) | |
tree | 06daade9022f76b2775d23f4613817365a2ded99 /jstests/indexb.js | |
parent | d72a59184a3d51b17b30ed20fe656421bd4d2248 (diff) | |
parent | 61619b3142c1de8f60f91964ff2656054d4f11a6 (diff) | |
download | mongodb-8813daaab256108f7aa6300875e8562d031f2c2f.tar.gz |
Merge tag 'upstream/2.0.5'
Upstream version 2.0.5
Diffstat (limited to 'jstests/indexb.js')
-rw-r--r-- | jstests/indexb.js | 3 |
1 files changed, 1 insertions, 2 deletions
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); |