Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- xyz@xyz-pc /tmp $ sqlite3 map.sqlite
- SQLite version 3.7.14.1 2012-10-04 19:37:12
- Enter ".help" for instructions
- Enter SQL statements terminated with a ";"
- sqlite> pragma integrity_check;
- *** in database main ***
- On tree page 51466 cell 1: Rowid 3113036 out of order (max larger than parent max of 3113035)
- On tree page 35036 cell 0: Rowid 3113048 out of order (max larger than parent max of 3113047)
- On tree page 22021 cell 0: Rowid 3113052 out of order (max larger than parent max of 3113050)
- On tree page 230495 cell 0: Rowid 3113054 out of order (max larger than parent max of 3113053)
- On tree page 263449 cell 0: Rowid 3113045 out of order (min less than parent min of 3113054)
- On tree page 39603 cell 2: Rowid 3149574 out of order (max larger than parent max of 3149566)
- On tree page 165787 cell 1: 2nd reference to page 63063
- On tree page 165787 cell 2: Rowid 3149567 out of order (min less than parent min of 3149574)
- Page 21195: btreeInitPage() returns error code 11
- On tree page 313339 cell 33: Child page depth differs
- On tree page 313339 cell 34: Child page depth differs
- Page 81660: btreeInitPage() returns error code 11
- On tree page 313339 cell 63: Child page depth differs
- On tree page 313339 cell 64: Child page depth differs
- On tree page 61579 cell 0: Rowid 3113038 out of order (min less than parent min of 3149911)
- On tree page 18601 cell 0: Rowid 3113017 out of order (min less than parent min of 3149920)
- On tree page 46468 cell 1: Rowid 3113025 out of order (min less than parent min of 3113050)
- Page 73634: btreeInitPage() returns error code 11
- On tree page 313339 cell 79: Child page depth differs
- On tree page 313339 cell 80: 2nd reference to page 68416
- On tree page 69443 cell 0: Rowid 3113043 out of order (min less than parent min of 3149930)
- On tree page 313339 cell 81: Child page depth differs
- On tree page 108609 cell 0: Rowid 3113039 out of order (min less than parent min of 3113043)
- On tree page 179213 cell 0: Rowid 3113053 out of order (min less than parent max of 3149938)
- Page 15400 is never used
- Page 44411 is never used
- Page 53366 is never used
- Page 231596 is never used
- Page 233813 is never used
- Page 261923 is never used
- rowid 3113037 missing from index sqlite_autoindex_blocks_1
- rowid 3113040 missing from index sqlite_autoindex_blocks_1
- rowid 3149572 missing from index sqlite_autoindex_blocks_1
- rowid 3149573 missing from index sqlite_autoindex_blocks_1
- Error: database disk image is malformed
- sqlite>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement