RESOLVED FIXED 154735
Modern IDB: Using existing database info from SQLite backing store is busted
https://bugs.webkit.org/show_bug.cgi?id=154735
Summary Modern IDB: Using existing database info from SQLite backing store is busted
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.