0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Dwight 2010-05-17 15:35:39 -04:00
parent c84569159b
commit 002abac767

View File

@ -41,6 +41,7 @@ namespace mongo {
{
audit();
init();
DEV assert( dups.size() == 0 );
}
BtreeCursor::BtreeCursor( NamespaceDetails *_d, int _idxNo, const IndexDetails& _id, const vector< pair< BSONObj, BSONObj > > &_bounds, int _direction )
@ -58,6 +59,7 @@ namespace mongo {
assert( !bounds_.empty() );
audit();
initInterval();
DEV assert( dups.size() == 0 );
}
void BtreeCursor::audit() {