changed mdb_read_catalog() to scan the file for catalog pages.

This commit is contained in:
brianb
2000-03-03 01:50:08 +00:00
parent f9afc55877
commit 5710389374
3 changed files with 58 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ struct stat status;
return 0;
}
else if (len<MDB_PGSIZE) {
fprintf(stderr,"EOF reached.\n");
/* fprintf(stderr,"EOF reached.\n"); */
return 0;
}
return len;