cleaning and a small insert optimization

This commit is contained in:
dwight
2011-05-29 00:31:17 -04:00
parent 3d478f18aa
commit 37204c7ca0
9 changed files with 22 additions and 24 deletions

View File

@@ -292,6 +292,9 @@ namespace mongo {
srand( (unsigned) seed );
printGitVersion();
printSysInfo();
DEV log() << "_DEBUG build" << endl;
if( sizeof(void*)==4 )
log() << "32bit" << endl;
log() << "random seed: " << seed << endl;
FileAllocator::get()->start();