Bug 136647

Summary: Application Cache Storage: failed to execute statement "DELETE FROM CacheGroups" error "no such table: CacheGroups"
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, commit-queue, japhet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix none

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.