mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
fix compile on gcc 4.4.2
This commit is contained in:
parent
9a7f5fb2d0
commit
facd9e514e
@ -103,7 +103,7 @@ namespace mongo {
|
|||||||
/* must call when a btree bucket going away.
|
/* must call when a btree bucket going away.
|
||||||
note this is potentially slow
|
note this is potentially slow
|
||||||
*/
|
*/
|
||||||
inline void ClientCursor::informAboutToDeleteBucket(const DiskLoc& b) {
|
void ClientCursor::informAboutToDeleteBucket(const DiskLoc& b) {
|
||||||
recursive_boostlock lock(ccmutex);
|
recursive_boostlock lock(ccmutex);
|
||||||
RARELY if ( byLoc.size() > 70 ) {
|
RARELY if ( byLoc.size() > 70 ) {
|
||||||
log() << "perf warning: byLoc.size=" << byLoc.size() << " in aboutToDeleteBucket\n";
|
log() << "perf warning: byLoc.size=" << byLoc.size() << " in aboutToDeleteBucket\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user