diff options
author | dwight <dwight@10gen.com> | 2010-09-13 08:31:28 -0400 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2010-09-13 08:31:28 -0400 |
commit | d48a16161eac5f462e4e0b453dc9bdd9c5683070 (patch) | |
tree | 729e30a51102b4ff12f4ca9434105597d4805e2c /pch.h | |
parent | c7417ff16ccfaffe40564c16973bb30c7b054cd0 (diff) | |
download | mongo-d48a16161eac5f462e4e0b453dc9bdd9c5683070.tar.gz |
for testing
Diffstat (limited to 'pch.h')
-rw-r--r-- | pch.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -93,6 +93,14 @@ namespace mongo { + /* this likely goes away later. to facilitate testing for a while without impacting other things. */ +#if defined(_DURABLE) + const bool durable = true; +#error don't use this yet +#else + const bool durable = false; +#endif + using namespace std; using boost::shared_ptr; |