summaryrefslogtreecommitdiff
path: root/src/mongo/db/pdfile.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-12-19 10:25:18 -0500
committerEliot Horowitz <eliot@10gen.com>2012-12-19 10:25:18 -0500
commit4a69edd1a7813cb9fb8ab2223c5ab5fbcc69a23e (patch)
tree16dca65b19692dfbc2a3d2a5dfb53c8bc8e10e1c /src/mongo/db/pdfile.h
parent868495979724ea17ebb25ecff106ac159680c5a8 (diff)
downloadmongo-4a69edd1a7813cb9fb8ab2223c5ab5fbcc69a23e.tar.gz
comment
Diffstat (limited to 'src/mongo/db/pdfile.h')
-rw-r--r--src/mongo/db/pdfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/pdfile.h b/src/mongo/db/pdfile.h
index 5f3d6220277..6ccfef83514 100644
--- a/src/mongo/db/pdfile.h
+++ b/src/mongo/db/pdfile.h
@@ -137,6 +137,7 @@ namespace mongo {
/**
* insert() will add an _id to the object if not present. If you would like to see the
* final object after such an addition, use this method.
+ * note: does NOT put on oplog
* @param o both and in and out param
* @param mayInterrupt When true, killop may interrupt the function call.
*/
@@ -147,6 +148,7 @@ namespace mongo {
/**
* Insert the contents of @param buf with length @param len into namespace @param ns.
+ * note: does NOT put on oplog
* @param mayInterrupt When true, killop may interrupt the function call.
* @param god if true, you may pass in obuf of NULL and then populate the returned DiskLoc
* after the call -- that will prevent a double buffer copy in some cases (btree.cpp).