]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Have "PRAGMA quick_check" compare the number of entries in tables and indexes. quick-check-counts
authordan <Dan Kennedy>
Fri, 2 Feb 2024 16:51:24 +0000 (16:51 +0000)
committerdan <Dan Kennedy>
Fri, 2 Feb 2024 16:51:24 +0000 (16:51 +0000)
commitd90ecb5d6e10682548045f3ff72e3e670c0436ee
tree6c0160d1b62d989748b7d16769945d09b09f3314
parent3a32690a5519f7927947076bf17f64f4243c4396
Have "PRAGMA quick_check" compare the number of entries in tables and indexes.

FossilOrigin-Name: cc294c041b4c7a044ff344989f872415ced5263a0b654112371b2da7c852a688
13 files changed:
manifest
manifest.uuid
src/btree.c
src/btree.h
src/btreeInt.h
src/pragma.c
src/vdbe.c
src/vdbe.h
src/vdbemem.c
test/corruptD.test
test/e_reindex.test
test/pragma.test
test/pragma4.test