summaryrefslogtreecommitdiff
path: root/db/durop.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2010-12-21 19:35:15 -0500
committerMathias Stearn <mathias@10gen.com>2010-12-21 21:23:53 -0500
commit42466ac48c2d6b88d21f79142e564645d3b30eb1 (patch)
tree56f3ee3c9163cc1510741924d65789a5da007430 /db/durop.h
parent2e8dac2878b255770bce5ea020cf47dfd921e846 (diff)
downloadmongo-42466ac48c2d6b88d21f79142e564645d3b30eb1.tar.gz
make it possible to avoid replaying durOps
Diffstat (limited to 'db/durop.h')
-rw-r--r--db/durop.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/durop.h b/db/durop.h
index 031373a3dae..79a81cdeca1 100644
--- a/db/durop.h
+++ b/db/durop.h
@@ -56,6 +56,9 @@ namespace mongo {
/** replay the operation (during recovery)
throws
+
+ For now, these are not replayed during the normal WRITETODATAFILES phase, since these
+ operations are handled in other parts of the code. At some point this may change.
*/
virtual void replay() = 0;