Bug 154735

Summary: Modern IDB: Using existing database info from SQLite backing store is busted
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, alecflett, commit-queue, jsbell
Priority: P2 Keywords: InRadar
Version: Safari 9   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149117    
Attachments:
Description Flags
Patch v1 none

Brady Eidson
Reported 2016-02-26 10:45:00 PST
Modern IDB: Using existing database info from SQLite backing store is busted Extracting the database info on the backing store thread works fine. When we do a thread-safe copy back to the main thread, object store infos weren't copied. Yikes.
Attachments
Patch v1 (4.47 KB, patch)
2016-02-26 10:51 PST, Brady Eidson
no flags
Brady Eidson
Comment 1 2016-02-26 10:45:25 PST
Brady Eidson
Comment 2 2016-02-26 10:47:48 PST
Also there was an obvious code path where we don't migrate index records from existing databases. *sigh*
Brady Eidson
Comment 3 2016-02-26 10:51:09 PST
Created attachment 272340 [details] Patch v1
WebKit Commit Bot
Comment 4 2016-02-26 11:49:29 PST
Comment on attachment 272340 [details] Patch v1 Clearing flags on attachment: 272340 Committed r197190: <http://trac.webkit.org/changeset/197190>
WebKit Commit Bot
Comment 5 2016-02-26 11:49:34 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.