0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00

restore capped2 config

This commit is contained in:
Aaron 2009-09-06 21:04:10 -07:00
parent b4ed11064c
commit 02f48f89d1
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
db.capped2.drop(); db.capped2.drop();
db._dbCommand( { create: "capped2", capped: true, size: 700, $nExtents: 11, autoIndexId: false } ); db._dbCommand( { create: "capped2", capped: true, size: 1000, $nExtents: 11, autoIndexId: false } );
t = db.capped2; t = db.capped2;
var val = new Array( 2000 ); var val = new Array( 2000 );

View File

@ -852,7 +852,7 @@
buildConfigurationList = 93A47B0F0FAF474A00E760DD /* Build configuration list for PBXLegacyTarget "scons debug all" */; buildConfigurationList = 93A47B0F0FAF474A00E760DD /* Build configuration list for PBXLegacyTarget "scons debug all" */;
buildPhases = ( buildPhases = (
); );
buildToolPath = /usr/local/bin/scons; buildToolPath = /opt/local/bin/scons;
dependencies = ( dependencies = (
); );
name = "scons debug all"; name = "scons debug all";
@ -865,7 +865,7 @@
buildConfigurationList = 93A8D0710F36AE0200C92B85 /* Build configuration list for PBXLegacyTarget "scons debug test" */; buildConfigurationList = 93A8D0710F36AE0200C92B85 /* Build configuration list for PBXLegacyTarget "scons debug test" */;
buildPhases = ( buildPhases = (
); );
buildToolPath = /usr/local/bin/scons; buildToolPath = /opt/local/bin/scons;
dependencies = ( dependencies = (
); );
name = "scons debug test"; name = "scons debug test";