diff options
author | dwight <dwight@10gen.com> | 2010-08-22 10:30:26 -0400 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2010-08-22 10:30:26 -0400 |
commit | 13957e61fe90f8a2f5ac3320ebd73eee35afb22b (patch) | |
tree | 56f774350aad453498effcb30f66d0d09e85bc47 /db/repl/rs_rollback.cpp | |
parent | 5b555406751bdc265f08ad6e0c6fa0a12c873ff8 (diff) | |
download | mongo-13957e61fe90f8a2f5ac3320ebd73eee35afb22b.tar.gz |
make _DEBUG a little faster
Diffstat (limited to 'db/repl/rs_rollback.cpp')
-rw-r--r-- | db/repl/rs_rollback.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/repl/rs_rollback.cpp b/db/repl/rs_rollback.cpp index 9fecd24116d..80c1582e90c 100644 --- a/db/repl/rs_rollback.cpp +++ b/db/repl/rs_rollback.cpp @@ -136,7 +136,7 @@ namespace mongo { */ if( cmdname == "create" ) { /* Create collection operation - { ts: ..., h: ..., op: "c", ns: "foo.$cmd", o: { create: "abc", ... } }
+ { ts: ..., h: ..., op: "c", ns: "foo.$cmd", o: { create: "abc", ... } } */ string ns = s.db + '.' + o["create"].String(); // -> foo.abc h.toDrop.insert(ns); |