1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix incorrect b-tree root page reports from the enhanced PRAGMA integrity_check

output introduced in version 3.42.0.

FossilOrigin-Name: 9b538f62539bcde7d7d7ad06eccdc558ecbd3f9160db35197568f4d3b4247c76
This commit is contained in:
drh
2023-05-18 23:25:48 +00:00
parent a03be7987b
commit 2c6c98dbf0
4 changed files with 12 additions and 10 deletions

View File

@ -248,7 +248,7 @@ do_test corrupt2-5.1 {
}
set result
} {{*** in database main ***
Tree 11 page 2 cell 0: 2nd reference to page 10
Tree 2 page 2 cell 0: 2nd reference to page 10
Page 4: never used}}
db2 close