chen jia wrote:

> Before I ran vacuum, I ran pragma integrity_check; and got
> sqlite> pragma integrity_check;
> ok
> 
> After I ran vacuum, I ran pragma integrity_check; again and got
> sqlite> pragma integrity_check;
> *** in database main ***
> On tree page 15 cell 36: Child page depth differs
> On tree page 15 cell 37: Child page depth differs
> On tree page 20 cell 1: Child page depth differs

This sounds like an issue I ran into:

  <http://www.mail-archive.com/sqlite-users@sqlite.org/msg40704.html>

I sent some test cases to DRH to examine and he indicated the bug was
present in 3.6.10 but was fixed in 3.6.11.


-dair
___________________________________________________
d...@refnum.com              http://www.refnum.com/


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to