0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

847 Commits

Author SHA1 Message Date
Aaron
e95f9121ca MINOR dbref2 use unique collection 2010-01-04 11:23:12 -08:00
Aaron
d77c57138b MINOR revert accidental fsync.js changes 2010-01-04 10:54:12 -08:00
Aaron
f0d60f2396 SERVER-519 adding test 2010-01-04 10:50:36 -08:00
Aaron
a0f882dae0 MINOR move auth2 tests to auth1 since they must use same collection 2010-01-04 10:11:46 -08:00
dwight
3bd638645a add fsync lock test 2010-01-02 11:31:38 -05:00
Eliot Horowitz
d58e419f37 win/solaris fix 2010-01-02 10:10:40 -05:00
Eliot Horowitz
5f7ea78dae better debugging for solaris 2010-01-02 08:41:12 -05:00
Eliot Horowitz
fcf2d5721c some cleaning/optmizing of Database* storage, also just a little encaspulation 2010-01-02 01:25:53 -05:00
Eliot Horowitz
ba47f3a27d fix $elemMatch and query optimizer 2009-12-31 15:18:43 -05:00
Eliot Horowitz
0a3e1071cb query optimizer support for $elemMatch SERVER-377 2009-12-31 14:30:04 -05:00
Mathias Stearn
ce20d70bd0 oops. MINOR 2009-12-30 20:48:48 -05:00
Mathias Stearn
225173bb31 FindAndModify command SERVER-459 2009-12-30 20:08:43 -05:00
Dwight
9f20ce7c03 SERVER-485 fix validate on capped collection 2009-12-30 13:06:23 -05:00
Aaron
33cd7bc1e1 SERVER-470 complete setup for parallel clients in separate js scopes 2009-12-29 19:01:10 -08:00
Aaron
e88f0fdf45 SERVER-470 MINOR remove test code 2009-12-29 18:28:26 -08:00
Aaron
d1e3f2afe5 SERVER-470 MINOR use return value to check in assert.parallelTests 2009-12-29 18:04:57 -08:00
Aaron
aece98652e SERVER-470 allow shell threads to be run in fresh scopes 2009-12-29 17:29:24 -08:00
Aaron
24169676c4 SERVER-470 test to run basic js tests in parallel 2009-12-29 12:02:21 -08:00
Eliot Horowitz
3b37c3fbd4 some profiling management cleaning pre SERVER-456 2009-12-29 12:08:13 -05:00
Eliot Horowitz
d5a5401f9a use code in getLastError SERVER-112 2009-12-28 17:12:49 -05:00
Aaron
548fc0f895 MINOR put helper in assert namespace 2009-12-28 13:16:47 -08:00
Aaron
df5dbd3a34 Merge branch 'master' of github.com:mongodb/mongo 2009-12-28 13:09:09 -08:00
Aaron
ad6c3d4132 SERVER-470 add runParallelTests helper, improve insert test 2009-12-28 13:05:11 -08:00
Eliot Horowitz
95137f262c more tests for SERVER-181 2009-12-28 15:45:29 -05:00
Eliot Horowitz
0a71e870ce fix multiple $inc/$push on same embedded object SERVER-333 2009-12-28 15:37:18 -05:00
Aaron
3699192679 SERVER-470 improve basic test 2009-12-28 12:03:47 -08:00
Eliot Horowitz
6df2dd965e forgot to commit test for SERVER-487 2009-12-28 13:11:36 -05:00
Eliot Horowitz
c86a5a480f debugging for weird 32-bit linux issue 2009-12-23 16:16:48 -05:00
Eliot Horowitz
66f302878a Merge branch 'master' of github.com:mongodb/mongo 2009-12-23 16:12:11 -05:00
Aaron
791cc89fcc Merge branch 'master' of github.com:mongodb/mongo 2009-12-22 17:59:59 -08:00
Aaron
980006020d SERVER-470 enhance basic test 2009-12-22 17:56:54 -08:00
Aaron
8435fd5526 SERVER-470 add fork test 2009-12-22 15:08:47 -08:00
Aaron
d70db47d96 SERVER-470 unlock v8 appropriately so can do work in parallel 2009-12-22 15:08:17 -08:00
Aaron
f97a6f32d6 SERVER-470 begin basic parallel test 2009-12-22 13:07:36 -08:00
Dwight
09fa026665 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-22 15:22:54 -05:00
Dwight
62522b905b new killOp(opnumber) 2009-12-22 15:22:37 -05:00
Aaron
556a554205 SERVER-446 clean up whitespace when creating js function in v8 engine 2009-12-22 10:47:03 -08:00
Aaron
76275b5a6b SERVER-446 make type1.js work with v8 double/int scheme as well as sm 2009-12-22 10:12:30 -08:00
Eliot Horowitz
9a315ce290 Merge branch 'master' of github.com:mongodb/mongo 2009-12-22 10:08:04 -05:00
Eliot Horowitz
501ed5ac20 test for SERVER-505 2009-12-22 07:26:51 -05:00
Aaron
643ec0261b SERVER-446 implement bsonsize() in v8 2009-12-21 20:40:04 -08:00
Aaron
7c005a3fee SERVER-446 adjust test since v8 reorders numeric named fields 2009-12-21 16:09:47 -08:00
Dwight
0e1575bd36 $atomic option on remove()
see
http://www.mongodb.org/display/DOCS/Removing
2009-12-21 17:43:06 -05:00
Dwight
fb9834049b test extent reclamation 2009-12-21 15:13:39 -05:00
Aaron
81b7e051b2 SERVER-446 js implementation of keySet() 2009-12-21 11:21:25 -08:00
Eliot Horowitz
da08edb63d tests and minor fixes for SERVER-181 and SERVER-273 2009-12-18 17:28:36 -05:00
Eliot Horowitz
e9257ac751 fix un-sorted update 2009-12-18 01:51:43 -05:00
Eliot Horowitz
4ea2e8ff49 add dbtempreleasecond that only releases if you have a single level lock 2009-12-17 20:45:54 -05:00
Eliot Horowitz
63c52d08da cleaning 2009-12-16 23:34:43 -05:00
Eliot Horowitz
de3db911a0 when doing upsert, don't copy $ filters SERVER-492 2009-12-16 21:53:12 -05:00
Eliot Horowitz
3231cd90b6 test for SERVER-485 (capped + validate) that doesn't work yet (commented out) 2009-12-15 10:55:25 -05:00
Eliot Horowitz
c6420d62e0 test for SERVER-486 2009-12-14 21:10:37 -05:00
Mathias Stearn
8072168117 add test for object as shardkey 2009-12-14 17:57:46 -05:00
Mathias Stearn
c6f5acbcac tests for $unset 2009-12-11 16:07:49 -05:00
Eliot Horowitz
85799367e7 $pull uses a matcher now, so partial matches are supported
and things like { $pull : { a : { x : { $gt : 5 } } } }
SERVER-452
2009-12-11 12:33:16 -05:00
Eliot Horowitz
b07d09c466 another inc test 2009-12-10 17:30:16 -05:00
Aaron
beb2fcafd0 MINOR prevent quite unlikely potential port ordering race condition 2009-12-10 09:08:37 -08:00
Aaron
378e3ee276 SERVER-85 converted repl tests to use new frameworks and small files- 2009-12-09 17:38:48 -08:00
Aaron
6b57e57e7b SERVER-469 don't crash when authenticate called before getnonce 2009-12-09 14:00:14 -08:00
Eliot Horowitz
78964d1404 another mr test 2009-12-08 11:12:17 -05:00
Eliot Horowitz
e4e846e150 test that breaks the build
shows problem with recursive mutex and DBDirectClient
2009-12-06 01:09:09 -05:00
Eliot Horowitz
cff8b9a1ce trying to find concurrency issue 2009-12-05 12:17:51 -05:00
Eliot Horowitz
9c2f1a1bd1 don't allow db access on $where SERVER-454 2009-12-03 17:41:45 -05:00
Eliot Horowitz
a5880774b5 better tests 2009-12-03 17:11:09 -05:00
Eliot Horowitz
ec49006e35 allow adding variable to global scope for M/R SERVER-449 2009-12-03 11:50:28 -05:00
Eliot Horowitz
03e3c49ebe sharded dropDatabase SHARDING-53 2009-12-02 16:36:46 -05:00
Eliot Horowitz
e0dff0748a mongoimport take --headerline for csv,tsv SERVER-444 2009-11-28 17:29:23 -05:00
Eliot Horowitz
2e23773bf9 fix csv parsing with escaped fields SERVER-441 2009-11-28 11:19:51 -05:00
Eliot Horowitz
7024b54491 make jstOID a simple type and fix field filter and findOne 2009-11-25 14:51:40 -05:00
Eliot Horowitz
0fb7289f3a refactoring/cleaning of drop/dropDatabase/removeshard 2009-11-24 17:28:57 -05:00
Eliot Horowitz
a46dbe3dae getShardVersion in mongos - diagnostic tools 2009-11-24 15:24:41 -05:00
Mike Dirolf
76469ff66f minor: test case for compound sort including failing test case for compound sort involving _id 2009-11-24 12:01:32 -05:00
Eliot Horowitz
ea24725b8e some command cleaning and query for distinct SERVER-437 2009-11-24 09:41:33 -05:00
Eliot Horowitz
e47b9a5452 correct fix for SERVER-436 2009-11-23 01:29:38 -05:00
Eliot Horowitz
53cf01bcc8 fix btreecursor mods at the end of the cursor SERVER-436 2009-11-23 00:38:53 -05:00
Eliot Horowitz
f04da2c9ab test for bad btree case 2009-11-22 23:59:45 -05:00
Eliot Horowitz
455e3165fe a little cleaner test 2009-11-22 22:52:38 -05:00
Eliot Horowitz
7eb8fab97d added bsonsize to bson objects in js 2009-11-22 22:05:46 -05:00
Eliot Horowitz
daaa53c4c5 fix sharding on _id when _id is missing SHARDING-55 2009-11-19 21:42:46 -05:00
Eliot Horowitz
934525f8b1 test that breaks in 1.0.x and passed in 1.1.x 2009-11-19 10:03:42 -05:00
Mike Dirolf
0d656aa047 skipping all results shouldn't be an error for count operations 2009-11-14 09:31:54 -08:00
Eliot Horowitz
9d96008938 some index perf test 2009-11-13 17:27:54 -05:00
Eliot Horowitz
045a22df7a better m/r error handling and reporting 2009-11-13 11:08:42 -05:00
Eliot Horowitz
2b3ecd70b5 fix count with no filter and limit 2009-11-12 16:01:35 -05:00
Eliot Horowitz
d0958dc115 made count command take optional size/limit params
and added size() method to js query object
SERVER-417
2009-11-12 14:27:18 -05:00
Eliot Horowitz
dbf7bce04b tests to verify SERVER-413 2009-11-11 16:25:58 -05:00
Eliot Horowitz
123cd0eb67 optional params for map function SERVER-401 2009-11-10 15:43:51 -05:00
Eliot Horowitz
8af511ef9b handle comments at the beginning of code SERVER-398 2009-11-10 13:40:21 -05:00
Eliot Horowitz
a2b6209692 Array.avg Array.stdDev 2009-11-09 22:25:37 -05:00
Eliot Horowitz
c04ee7b281 fix streaming from chunks with bad data
change migrate semantics: will now remove data in range migrating to
SHARDING-20 SHARDING-32
2009-11-09 17:08:25 -05:00
Eliot Horowitz
76d849e090 fix drop fallout 2009-11-09 13:10:30 -05:00
Eliot Horowitz
f6d0668141 drop() support for sharded collections SHARDING-36 2009-11-09 12:42:20 -05:00
Eliot Horowitz
90949e1cc3 test showing dbref and fetch() 2009-11-06 14:38:40 -05:00
Eliot Horowitz
820c8e8db3 can move last chunk off of a server SHARDING-32 SHARDING-28 2009-11-06 13:57:01 -05:00
Eliot Horowitz
4aeeedc9f6 minor m/r speedup 2009-11-04 21:48:49 -05:00
Mathias Stearn
9fcf4ba1ef Support embedded fields for shard keys. SHARDING-48
Needs more testing.
2009-11-04 15:06:36 -05:00
Mathias Stearn
f2f7104a5d make sharding key_many double test use doubles 2009-11-04 15:06:36 -05:00
Eliot Horowitz
8223d2d509 some assertions for sharding test before more work 2009-11-03 17:15:05 -05:00
Eliot Horowitz
6d5e43755d sharded map-reduce basic test works SHARDING-37 2009-11-03 11:40:00 -05:00
Eliot Horowitz
3a1c9831c1 some sharded query re-factoring 2009-11-03 10:35:48 -05:00
Eliot Horowitz
ccd4f09387 cleaning sharding tests 2009-11-02 15:30:12 -05:00
Eliot Horowitz
d79c6006e4 fix multi-update and modding indexed field SERVER-268 SERVER-108 2009-11-02 12:25:51 -05:00
Eliot Horowitz
8ca8a7b1a7 multi-update with multi-key SERVER-365 2009-11-02 10:40:19 -05:00
Eliot Horowitz
2878fc0b5e fix sharded multi-update and test 2009-10-30 15:52:54 -04:00
Eliot Horowitz
30185da24a fix multi-update where objects move 2009-10-30 15:51:23 -04:00
Eliot Horowitz
de7fe40a96 multi test that passed trying to track down other test 2009-10-29 17:19:23 -04:00
Eliot Horowitz
90eceb3c91 ensureing index on _id shouldn't cause an error 2009-10-29 16:14:43 -04:00
Eliot Horowitz
fdcff3645e more work on various shard key types, an update fix 2009-10-29 16:07:06 -04:00
Eliot Horowitz
944f8d43ce debugging for odd error 2009-10-29 12:10:58 -04:00
Eliot Horowitz
f9cf3d47a0 some work on _id sharding, and more test harness SHARDING-50 2009-10-29 12:00:04 -04:00
Eliot Horowitz
6529cbb29d sharding test for various key types 2009-10-28 14:31:47 -04:00
Mathias Stearn
d5a99358f7 tests for new FieldMatcher 2009-10-28 12:44:26 -04:00
Eliot Horowitz
be1b3de4ca disintct and eoo fix 2009-10-27 12:56:59 -04:00
Eliot Horowitz
2447360d90 fix sharded remove SHARDING-45 2009-10-27 11:35:19 -04:00
Eliot Horowitz
63e0ee59e4 fix invalid ensureIndex crashing server SERVER-388 2009-10-26 21:10:45 -04:00
Eliot Horowitz
94f9c109bc fix for non-matching multi-update multi-key, some more tests SERVER-268 2009-10-26 17:20:33 -04:00
Eliot Horowitz
a361b49376 a basic repl test that just ensures master/salve are the same - multi update test as well SERVER-268 2009-10-26 14:32:20 -04:00
Eliot Horowitz
21964f0873 trying to clean/speedup repl tests a bit - SERVER-10 2009-10-26 14:19:52 -04:00
Eliot Horowitz
65a1590594 test for SERVER-386 that i forgot to commit 2009-10-26 00:36:57 -04:00
Eliot Horowitz
4c2cbf8a86 1 more assert 2009-10-23 00:09:58 -04:00
Eliot Horowitz
8633e57181 remove extraneous asserts 2009-10-22 23:50:25 -04:00
Eliot Horowitz
860a94f852 fix count w / $all issue SERVER-382 SERVER-320 2009-10-22 21:40:45 -04:00
Eliot Horowitz
bf4e08f0f3 assert when trying to remove from a capped collection 2009-10-22 13:40:44 -04:00
Dwight
1d6e227251 better test MINOR 2009-10-22 10:41:08 -04:00
Eliot Horowitz
1bc6fff4e6 shell multi-update option and test SERVER-268 2009-10-22 09:43:31 -04:00
Dwight
bfa27ae2b3 Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-21 16:00:55 -04:00
Dwight
844d96c19f allow more indexes
do not revert to an earlier db version or you will have problems
2009-10-21 16:00:40 -04:00
Eliot Horowitz
d54681458c $inc/$set work even if indexes - not 100% efficient now - SERVER-108 2009-10-21 01:01:52 -04:00
Mathias Stearn
d5415567a7 fix group5.js test. MINOR 2009-10-20 17:04:49 -04:00
Eliot Horowitz
c33f5a88a9 finalize example 2009-10-20 16:45:33 -04:00
Eliot Horowitz
b2b90b5568 fix assertion message 2009-10-20 11:13:33 -04:00
Mathias Stearn
8190d8db53 Support {:'foo', :'bar'} syntax in queries. SERVER-275 2009-10-19 14:30:46 -04:00
Eliot Horowitz
fcbca1e707 field selector no longer effects which objects are returned
SERVER-362
2009-10-19 12:14:20 -04:00
Eliot Horowitz
a78cb6681c map/reduce finalize option SERVER-372
nice mapReduce helper for shell
2009-10-19 11:00:53 -04:00
Eliot Horowitz
78ab7365b4 test for SERVER-371 2009-10-19 09:52:45 -04:00
Eliot Horowitz
55ada812dd fix EmbeddedBuilder where field names are same length but different SERVER-367 2009-10-17 01:10:48 -04:00
Eliot Horowitz
10e82eae73 remove muliple with _id range remove SERVER-365 2009-10-16 15:33:56 -04:00
Eliot Horowitz
2660c0ca22 test for using object as _id 2009-10-15 21:22:50 -04:00
Eliot Horowitz
f22a821979 fix group with [] in inital SERVER-361 2009-10-15 21:19:24 -04:00
Eliot Horowitz
9ff72bdd61 mr warning and some more tests 2009-10-15 15:44:50 -04:00
Eliot Horowitz
2894fe7b35 fix json tests 2009-10-15 11:38:39 -04:00
Eliot Horowitz
adfc0973c0 map/reduce cleaning 2009-10-15 11:26:51 -04:00
Eliot Horowitz
2295bf1ec9 cleaning up map/reduce temp collection names and output 2009-10-14 16:19:13 -04:00
Eliot Horowitz
25d2f88e1e clean up MR temp tables SERVER-327
Client shutdown hook
2009-10-14 10:20:53 -04:00
Eliot Horowitz
6dad2527d2 fix json tesst 2009-10-12 16:27:35 -04:00
Eliot Horowitz
adec9f4fae don't use newlines for json for command 2009-10-12 16:12:00 -04:00
Eliot Horowitz
dafa356e70 multiline regex match 2009-10-12 14:43:38 -04:00
Eliot Horowitz
c628c7b93f don't allow shards on localhost unless allowLocal : true SHARDING-47 2009-10-12 13:27:04 -04:00
kristina
31272e8038 date formatting is inconsistent MINOR 2009-10-12 13:02:03 -04:00
kristina
ea729cb14a Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-12 12:53:18 -04:00
kristina
85354972ae pretty JSON 2009-10-12 12:53:01 -04:00
Eliot Horowitz
c7f0a55ee5 make $mod faster by using index and only looking at numeric types 2009-10-12 12:00:25 -04:00
Eliot Horowitz
a4f7dc11d7 $type operator - SERVER-336 2009-10-12 11:58:14 -04:00
Eliot Horowitz
8a6dfdc9e9 cleaning tool debugging/tests 2009-10-09 22:11:15 -04:00
Eliot Horowitz
0496aa5ac7 changed mongoimportJSON to mongoimport - handles json/tsv/csv 2009-10-09 14:55:29 -04:00
Eliot Horowitz
0ca301655e arrays match themselves in queryies SERVER-146 2009-10-09 10:12:19 -04:00
Eliot Horowitz
3e3dda9c97 fix compount key with array indexing SERVER-279 2009-10-08 13:07:25 -04:00
Eliot Horowitz
1d1081a32f simple null test 2009-10-08 11:12:08 -04:00
Eliot Horowitz
94a146742a test for SERVER-279 2009-10-07 16:44:47 -04:00
Eliot Horowitz
a517b84d7f faster map/reduce impl 2009-10-07 12:57:45 -04:00
Eliot Horowitz
9e7a31fae1 Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:
	db/dbcommands.cpp
2009-10-07 12:46:02 -04:00
Eliot Horowitz
498169e9e3 got rid of meminfo and timeinfo and replace with serverStatus 2009-10-07 12:43:24 -04:00
Mike Dirolf
103ae4cb6a minor: add failing test case for profiler when system.profile doesn't exist
also test that dropping system.profile works, but only when profiling is off
2009-10-06 15:02:01 -04:00
Eliot Horowitz
29069c485d Array.fetchRefs SERVER-213 2009-10-05 16:02:15 -04:00
Eliot Horowitz
cc2c5c4911 add new style DBRef to js SERVER-243 2009-10-02 17:07:07 -04:00
Eliot Horowitz
eaf0c845bc renamed DBRef DBPointer SERVER-243 2009-10-02 16:38:20 -04:00
Eliot Horowitz
5db7ed9d3e test for SERVER-328 2009-10-02 16:06:20 -04:00
Eliot Horowitz
9b0f12bb1e use _id for M/R output table - saves space and an index 2009-10-02 15:43:30 -04:00
Eliot Horowitz
529b271070 fix return of mapreduce - ok if works, not ok if collection doesn't exist 2009-10-01 17:15:44 -04:00
Eliot Horowitz
754655029f optional out paramter for map/reduce 2009-09-29 23:37:13 -04:00
Eliot Horowitz
ae3d49d718 allow you to store js functions in the server SERVER-157 2009-09-29 16:54:31 -04:00
Eliot Horowitz
966e13e27f mr query SERVER-208 2009-09-29 12:59:16 -04:00
Eliot Horowitz
bda5802b46 more tests to try and re-produce SERVER-230 2009-09-29 09:53:54 -04:00
Eliot Horowitz
42737c6e30 2 more asserts 2009-09-25 11:56:25 -04:00
Eliot Horowitz
497a8c00c6 broken unit test 2009-09-25 10:57:07 -04:00
Eliot Horowitz
724d6617fa much faster map reduce 2009-09-24 10:51:27 -04:00
Eliot Horowitz
76e80e83e7 timing and tests 2009-09-21 23:47:09 -04:00
Eliot Horowitz
f694624575 actually make it a test 2009-09-21 22:35:43 -04:00
Dwight
753703d600 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-21 16:31:37 -04:00
Dwight
6bbaf0fdc3 better unit tests for unique indexes and dropDup : true on indexing 2009-09-21 16:31:00 -04:00
Eliot Horowitz
b3c16e397a starting map/reduce SERVER-208 2009-09-21 15:55:24 -04:00
Mathias Stearn
cf3f4ceca8 Finalizer for group() SERVER-287
Signed-off-by: Eliot <eliot@10gen.com>
2009-09-17 23:01:15 +08:00
Mathias Stearn
4a8c39140b group() now uses full key-names in output SERVER-296
Signed-off-by: Eliot <eliot@10gen.com>
2009-09-17 11:56:40 +08:00
Eliot Horowitz
d5b26ce6b5 make explain send hard limit SERVER-297 2009-09-15 21:10:07 -04:00
Eliot Horowitz
46e9226668 $keyf support for group SERVER-278 2009-09-15 14:19:54 -04:00
Eliot Horowitz
3b5b0caee9 getLastError sharded SHARDING-16 2009-09-14 11:33:42 -04:00
Eliot Horowitz
d331919eb3 distinct() for sharded collection SHARDING-35 2009-09-12 13:01:34 -04:00
Eliot Horowitz
335d92c443 client id work and make getLastError work non sharded-collections in sharding, but with connection pooling SHARDING-16 2009-09-11 16:14:14 -04:00
Eliot Horowitz
48797ed118 some tests MINOR 2009-09-11 14:16:54 -04:00
Eliot Horowitz
cbb58275d2 make group work better with nulls 2009-09-10 15:45:31 -04:00
Eliot Horowitz
bbc07f85ec don't allow db.eval on sharded collections SHARDING-27 2009-09-10 10:36:11 -04:00
Eliot Horowitz
30d4cf6114 just an example of group sum 2009-09-09 21:38:55 -04:00
Eliot Horowitz
780d6dfe11 simple distinct SERVER-127 2009-09-09 17:33:27 -04:00
Eliot Horowitz
af13f83c61 use extractFields which is now correct to fix SERVER-257 2009-09-09 17:17:17 -04:00
Eliot Horowitz
0cb4b01795 fix SERVER-282 - BSONObj::extractFields 2009-09-09 12:25:02 -04:00
Eliot Horowitz
b6ce3c150b more tests for SERVER-282 2009-09-09 09:48:08 -04:00
Aaron
2b14dc6134 Merge branch 'master' of github.com:mongodb/mongo 2009-09-07 10:39:42 -07:00
Eliot Horowitz
f222e44e1a renameCollection command 2009-09-07 11:14:48 -04:00
Aaron
02f48f89d1 restore capped2 config 2009-09-06 21:04:10 -07:00
Aaron Staple
61c65a1bce MINOR more conservative capped2 test, for when extent may be reused 2009-09-06 20:25:57 -07:00