diff options
author | Aaron <aaron@10gen.com> | 2009-04-15 16:10:21 -0400 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2009-04-15 16:10:21 -0400 |
commit | c99883578c8f21cc9dac00f100ebc22310291bbb (patch) | |
tree | d93e9cfadd169e4dc5666c59a367d991b76bbd09 /mongo.xcodeproj | |
parent | d8fbc8817d21dd2e60f878a88d3d32b633140520 (diff) | |
download | mongo-c99883578c8f21cc9dac00f100ebc22310291bbb.tar.gz |
Revert "Revert "allocate files in background""
This reverts commit e577a2c64e6892be4a3112b7a18add934c82ed06.
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r-- | mongo.xcodeproj/project.pbxproj | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj index 2f4b28a56d6..a109824d503 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -125,7 +125,6 @@ 9350E1220F8CFFB300B07A1C /* error2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = error2.js; sourceTree = "<group>"; }; 936AB4BB0F3A5B0300D5015F /* update3.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = update3.js; sourceTree = "<group>"; }; 936AB9350F3C8AB800D5015F /* _lodeRunner.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = _lodeRunner.js; sourceTree = "<group>"; }; - 936ABBAB0F3CBE5400D5015F /* dbNoCreate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = dbNoCreate.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>"; }; @@ -238,6 +237,8 @@ 93AB91510F4F1C970020A046 /* _runner_sharding.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = _runner_sharding.js; sourceTree = "<group>"; }; 93AB91520F4F1C970020A046 /* eval1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = eval1.js; sourceTree = "<group>"; }; 93AB91530F4F1C970020A046 /* eval2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = eval2.js; sourceTree = "<group>"; }; + 93AE6FB20F9631A200857F1C /* dbNoCreate.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = dbNoCreate.js; sourceTree = "<group>"; }; + 93AE6FB30F9631A200857F1C /* fileAllocation.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = fileAllocation.js; sourceTree = "<group>"; }; 93AF75500F216D0300994C66 /* jsontests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jsontests.cpp; sourceTree = "<group>"; }; 93B4A81A0F1C01B4000C862C /* security.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = security.cpp; sourceTree = "<group>"; }; 93B4A81B0F1C01D8000C862C /* lasterror.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lasterror.cpp; sourceTree = "<group>"; }; @@ -256,6 +257,7 @@ 93D948210F7BF4FA00C3C768 /* shellfork.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = shellfork.js; sourceTree = "<group>"; }; 93D949B40F7D2A7700C3C768 /* median.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = median.js; sourceTree = "<group>"; }; 93DCDB5B0F93ED98005349BC /* nin.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = nin.js; sourceTree = "<group>"; }; + 93DCDBD30F9515AF005349BC /* file_allocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = file_allocator.h; sourceTree = "<group>"; }; 93E3C5310F704C9D0029011E /* repl4.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = repl4.js; sourceTree = "<group>"; }; 93E3C5960F7149F40029011E /* repl5.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = repl5.js; sourceTree = "<group>"; }; 93E559BF0F8BC6AC0027A4A6 /* drop.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = drop.js; sourceTree = "<group>"; }; @@ -463,6 +465,7 @@ 934DD87B0EFAD23B00459CC1 /* util */ = { isa = PBXGroup; children = ( + 93DCDBD30F9515AF005349BC /* file_allocator.h */, 931184DC0F83C95800A6DC44 /* message_server_port.cpp */, 936B89590F4C899400934AF2 /* file.h */, 936B895A0F4C899400934AF2 /* md5.c */, @@ -491,14 +494,6 @@ path = util; sourceTree = "<group>"; }; - 936ABBAA0F3CBE5400D5015F /* recovery */ = { - isa = PBXGroup; - children = ( - 936ABBAB0F3CBE5400D5015F /* dbNoCreate.js */, - ); - path = recovery; - sourceTree = "<group>"; - }; 93A13A200F4620A500AF1B0D /* s */ = { isa = PBXGroup; children = ( @@ -544,6 +539,7 @@ 93A8D1D10F37544800C92B85 /* jstests */ = { isa = PBXGroup; children = ( + 93AE6FB10F9631A200857F1C /* disk */, 93DCDB5B0F93ED98005349BC /* nin.js */, 9350E1220F8CFFB300B07A1C /* error2.js */, 93E55A260F8BE5320027A4A6 /* rename.js */, @@ -562,7 +558,6 @@ 93AB91520F4F1C970020A046 /* eval1.js */, 93AB91530F4F1C970020A046 /* eval2.js */, 93F386400F40E27800967EFA /* hint1.js */, - 936ABBAA0F3CBE5400D5015F /* recovery */, 936AB9350F3C8AB800D5015F /* _lodeRunner.js */, 936AB4BB0F3A5B0300D5015F /* update3.js */, 93A8D8200F38FE2400C92B85 /* autoid.js */, @@ -651,6 +646,15 @@ path = repl; sourceTree = "<group>"; }; + 93AE6FB10F9631A200857F1C /* disk */ = { + isa = PBXGroup; + children = ( + 93AE6FB20F9631A200857F1C /* dbNoCreate.js */, + 93AE6FB30F9631A200857F1C /* fileAllocation.js */, + ); + path = disk; + sourceTree = "<group>"; + }; 93D19B300F5EF09C0084C329 /* clone */ = { isa = PBXGroup; children = ( |