From 36370def1e19eed5fcabd468253c5be0d2b22366 Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Tue, 29 Apr 2014 15:23:45 -0400 Subject: SERVER-13643 Kill Command::logTheOp and have Commands log their own ops This is necessary to ensure that the lopOp is on the same Transaction as the operation. --- src/mongo/db/dbcommands_generic.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mongo/db/dbcommands_generic.cpp') diff --git a/src/mongo/db/dbcommands_generic.cpp b/src/mongo/db/dbcommands_generic.cpp index 10480cc7f20..ba351270be1 100644 --- a/src/mongo/db/dbcommands_generic.cpp +++ b/src/mongo/db/dbcommands_generic.cpp @@ -330,9 +330,6 @@ namespace mongo { virtual void help( stringstream& help ) const { help << "for testing purposes only. forces a user assertion exception"; } - virtual bool logTheOp() { - return false; - } virtual bool slaveOk() const { return true; } -- cgit v1.2.1