Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. [deb] 10:32:02 0.000019 geary: db-transaction-async-job.vala:47: AsyncJob: transaction completed with error: (Connection.exec /home/fede/.local/share/geary/account_02/geary.db) [err=1] - no such table: MessageSearchTable (--
  2. -- For a while there, we weren't properly indexing attachment filenames in the
  3. -- search table. To be proper (and since this is right before a major release)
  4. -- we want to make sure anyone who's been running the dailies has a good
  5. -- database, which unfortunately means ditching the search table and letting
  6. -- Geary recreate it properly.
  7. --
  8.  
  9. DELETE FROM MessageSearchTable
  10. )
  11. *[wrn] 10:32:02 0.000108 geary: db-versioned-database.vala:204: Error upgrading database to version 16: (Connection.exec /home/fede/.local/share/geary/account_02/geary.db) [err=1] - no such table: MessageSearchTable (--
  12. -- For a while there, we weren't properly indexing attachment filenames in the
  13. -- search table. To be proper (and since this is right before a major release)
  14. -- we want to make sure anyone who's been running the dailies has a good
  15. -- database, which unfortunately means ditching the search table and letting
  16. -- Geary recreate it properly.
  17. --
  18.  
  19. DELETE FROM MessageSearchTable
  20. )
  21. *[wrn] 10:32:02 0.000011 geary: imap-db-account.vala:291: Unable to open database: (Connection.exec /home/fede/.local/share/geary/account_02/geary.db) [err=1] - no such table: MessageSearchTable (--
  22. -- For a while there, we weren't properly indexing attachment filenames in the
  23. -- search table. To be proper (and since this is right before a major release)
  24. -- we want to make sure anyone who's been running the dailies has a good
  25. -- database, which unfortunately means ditching the search table and letting
  26. -- Geary recreate it properly.
  27. --
  28.  
  29. DELETE FROM MessageSearchTable
  30. )
  31. [deb] 10:32:02 0.000033 geary: geary-controller.vala:1075: Unable to open account Gmail:account_02: (Connection.exec /home/fede/.local/share/geary/account_02/geary.db) [err=1] - no such table: MessageSearchTable (--
  32. -- For a while there, we weren't properly indexing attachment filenames in the
  33. -- search table. To be proper (and since this is right before a major release)
  34. -- we want to make sure anyone who's been running the dailies has a good
  35. -- database, which unfortunately means ditching the search table and letting
  36. -- Geary recreate it properly.
  37. --
  38.  
  39. DELETE FROM MessageSearchTable
  40. )
  41. [deb] 10:32:03 1.030738 geary: db-result.vala:41:
  42.  
  43. DB QUERY STEP "
  44. SELECT id FROM MessageTable WHERE id IN (
  45. 1420,1419,1410,1379,1378,1377,1287,1286,1285,1284,1093,1092,1091,1090,1096,957,954,875,874,840,40,38,36,34,32,30,28,24,18,13,11,10,9,8,7,6,5,4,3,2,1,50,48,47,46,45,44,43,41,39,37,35,33,31,29,27,25,23,21,19,17,602,600,598,596,594,608,607,606,605,604,603,601,599,597,595) AND fields <> ?"
  46. elapsed=1.299523
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement