72 error.original == "Meta page number mismatch" ||
73 error.original == "Data record position not in page" ||
74 error.original == "Internal record position not in page" ||
75 error.original == "LSNs are not reset, this database is not completely flushed. Please reopen then close the database with a version that has BDB support" ||
76 error.original == "Records page has odd number of records" ||
77 error.original == "Bad overflow record page type") {
78// Do nothing
79 } elseif (error.original == "Subdatabase last page is greater than database last page" ||
80 error.original == "Page number is greater than database last page" ||
81 error.original == "Last page number could not fit in file" ||
82 error.original == "Subdatabase has an unexpected name" ||
83 error.original == "Unsupported BDB data file version number" ||
84 error.original == "BDB builtin encryption is not supported") {