mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
safer
This commit is contained in:
parent
a4c8d5ccaf
commit
c08524bf3a
@ -23,6 +23,8 @@
|
||||
namespace mongo {
|
||||
namespace dur {
|
||||
|
||||
BOOST_STATIC_ASSERT( UncommittedBytesLimit > BSONObjMaxInternalSize * 3 );
|
||||
|
||||
void Writes::D::go(const Writes::D& d) {
|
||||
commitJob.wi()._insertWriteIntent(d.p, d.len);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user