1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Simplify #ifdefs associated with Parse.eParseMode. Fix an #ifdef error

associated with SQLITE_OMIT_AUTOVACUUM.

FossilOrigin-Name: 5bbd4bddd3b9fa64d134ed62bce3eb4a09456bf24dec2474b5d764a3a3775964
This commit is contained in:
drh
2020-08-10 21:01:32 +00:00
parent 9f567eb9f5
commit 47eb561c40
5 changed files with 11 additions and 17 deletions

View File

@@ -10262,8 +10262,8 @@ char *sqlite3BtreeIntegrityCheck(
(PTRMAP_PAGENO(pBt, i)==i && pBt->autoVacuum) ){
checkAppendMsg(&sCheck, "Pointer map page %d is referenced", i);
}
}
#endif
}
}
/* Clean up and report errors.