Advertisement
Guest User

Untitled

a guest
Oct 15th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. xyz@xyz-pc /tmp $ sqlite3 map.sqlite
  2. SQLite version 3.7.14.1 2012-10-04 19:37:12
  3. Enter ".help" for instructions
  4. Enter SQL statements terminated with a ";"
  5. sqlite> pragma integrity_check;
  6. *** in database main ***
  7. On tree page 51466 cell 1: Rowid 3113036 out of order (max larger than parent max of 3113035)
  8. On tree page 35036 cell 0: Rowid 3113048 out of order (max larger than parent max of 3113047)
  9. On tree page 22021 cell 0: Rowid 3113052 out of order (max larger than parent max of 3113050)
  10. On tree page 230495 cell 0: Rowid 3113054 out of order (max larger than parent max of 3113053)
  11. On tree page 263449 cell 0: Rowid 3113045 out of order (min less than parent min of 3113054)
  12. On tree page 39603 cell 2: Rowid 3149574 out of order (max larger than parent max of 3149566)
  13. On tree page 165787 cell 1: 2nd reference to page 63063
  14. On tree page 165787 cell 2: Rowid 3149567 out of order (min less than parent min of 3149574)
  15. Page 21195: btreeInitPage() returns error code 11
  16. On tree page 313339 cell 33: Child page depth differs
  17. On tree page 313339 cell 34: Child page depth differs
  18. Page 81660: btreeInitPage() returns error code 11
  19. On tree page 313339 cell 63: Child page depth differs
  20. On tree page 313339 cell 64: Child page depth differs
  21. On tree page 61579 cell 0: Rowid 3113038 out of order (min less than parent min of 3149911)
  22. On tree page 18601 cell 0: Rowid 3113017 out of order (min less than parent min of 3149920)
  23. On tree page 46468 cell 1: Rowid 3113025 out of order (min less than parent min of 3113050)
  24. Page 73634: btreeInitPage() returns error code 11
  25. On tree page 313339 cell 79: Child page depth differs
  26. On tree page 313339 cell 80: 2nd reference to page 68416
  27. On tree page 69443 cell 0: Rowid 3113043 out of order (min less than parent min of 3149930)
  28. On tree page 313339 cell 81: Child page depth differs
  29. On tree page 108609 cell 0: Rowid 3113039 out of order (min less than parent min of 3113043)
  30. On tree page 179213 cell 0: Rowid 3113053 out of order (min less than parent max of 3149938)
  31. Page 15400 is never used
  32. Page 44411 is never used
  33. Page 53366 is never used
  34. Page 231596 is never used
  35. Page 233813 is never used
  36. Page 261923 is never used
  37. rowid 3113037 missing from index sqlite_autoindex_blocks_1
  38. rowid 3113040 missing from index sqlite_autoindex_blocks_1
  39. rowid 3149572 missing from index sqlite_autoindex_blocks_1
  40. rowid 3149573 missing from index sqlite_autoindex_blocks_1
  41. Error: database disk image is malformed
  42. sqlite>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement