diff options
author | Aaron <aaron@10gen.com> | 2010-06-08 11:50:45 -0700 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2010-06-08 11:50:45 -0700 |
commit | dc00413381cd8d6e3d586411aa757044f91edc6b (patch) | |
tree | 93ee1bc3d65e73a8d058f481351bd0c03e74b02b /mongo.xcodeproj | |
parent | 201d501e391d3096429c1f1ac53033e3562edbdc (diff) | |
download | mongo-dc00413381cd8d6e3d586411aa757044f91edc6b.tar.gz |
SERVER-1203 repair oplog properly
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 0ed3d333972..c90892e1e9d 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -462,6 +462,7 @@ 938E639B110FC66900A8760A /* auth1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = auth1.js; sourceTree = "<group>"; }; 938E63D0110FC96B00A8760A /* auth2.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = auth2.js; sourceTree = "<group>"; }; 9391C9DD1120F9D300292B19 /* newcollection.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = newcollection.js; sourceTree = "<group>"; }; + 939693B511BEBAAA0069E3E5 /* repair.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = repair.js; sourceTree = "<group>"; }; 93A13A210F4620A500AF1B0D /* commands.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = commands.cpp; sourceTree = "<group>"; }; 93A13A230F4620A500AF1B0D /* config.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = config.cpp; sourceTree = "<group>"; }; 93A13A240F4620A500AF1B0D /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; }; @@ -1116,6 +1117,7 @@ 934BEC5010DFFA9600178102 /* repl */ = { isa = PBXGroup; children = ( + 939693B511BEBAAA0069E3E5 /* repair.js */, 93BDCE92115817210097FE87 /* pair7.js */, 93BDCE401157E7280097FE87 /* repl10.js */, 93BDCE411157E7280097FE87 /* repl11.js */, |