Bug 136647 - Application Cache Storage: failed to execute statement "DELETE FROM CacheGroups" error "no such table: CacheGroups"
Summary: Application Cache Storage: failed to execute statement "DELETE FROM CacheGrou...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-08 16:14 PDT by Alexey Proskuryakov
Modified: 2014-09-08 23:07 PDT (History)
3 users (show)

See Also:


Attachments
proposed fix (1.45 KB, patch)
2014-09-08 16:16 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-09-08 16:14:15 PDT
We always get this error when running regression tests:

ERROR: Application Cache Storage: failed to execute statement "DELETE FROM CacheGroups" error "no such table: CacheGroups"

This is because we are trying to a reset an empty database, deleting tables that don't exist yet.
Comment 1 Alexey Proskuryakov 2014-09-08 16:16:37 PDT
Created attachment 237817 [details]
proposed fix
Comment 2 WebKit Commit Bot 2014-09-08 23:07:16 PDT
Comment on attachment 237817 [details]
proposed fix

Clearing flags on attachment: 237817

Committed r173419: <http://trac.webkit.org/changeset/173419>
Comment 3 WebKit Commit Bot 2014-09-08 23:07:20 PDT
All reviewed patches have been landed.  Closing bug.