diff options
author | Aaron <aaron@10gen.com> | 2010-01-19 16:33:41 -0800 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2010-01-19 16:33:41 -0800 |
commit | 1f9867f393d33b769a4e34780be798f3d654d281 (patch) | |
tree | f12f0b704100a54a19318c3bb922d81338784c94 /mongo.xcodeproj | |
parent | ce217513aa537b8c9696d365a6b464cd8ada3d9c (diff) | |
download | mongo-1f9867f393d33b769a4e34780be798f3d654d281.tar.gz |
SERVER-493 when opening 'all' files, don't open preallocated ones
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r-- | mongo.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj index b4ad5acfc1a..f8dabceb0d8 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -398,6 +398,7 @@ 934DD88B0EFAD23B00459CC1 /* sock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sock.h; sourceTree = "<group>"; }; 934DD88D0EFAD23B00459CC1 /* unittest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unittest.h; sourceTree = "<group>"; }; 934DD88E0EFAD23B00459CC1 /* util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = util.cpp; sourceTree = "<group>"; }; + 935C941B1106709800439EB1 /* preallocate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = preallocate.js; sourceTree = "<group>"; }; 936B89590F4C899400934AF2 /* file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = file.h; sourceTree = "<group>"; }; 936B895A0F4C899400934AF2 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md5.c; sourceTree = "<group>"; }; 936B895B0F4C899400934AF2 /* md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = md5.h; sourceTree = "<group>"; }; @@ -957,6 +958,7 @@ 934BEBCD10DFFA9600178102 /* disk */ = { isa = PBXGroup; children = ( + 935C941B1106709800439EB1 /* preallocate.js */, 934BEBCE10DFFA9600178102 /* dbNoCreate.js */, 934BEBCF10DFFA9600178102 /* diskfull.js */, 934BEBD010DFFA9600178102 /* norepeat.js */, |