DescriptionAdd a partial index to the SQLitePersistentCookieStore.
This CL adds a partial index is_transient to the cookies DB. This CL also moves
all the index creation operations into the database version migration, so that
the existence of the other indices don't have to be checked on every startup.
Partial indices are available in SQLite 3.8.0, and Chrome ships a branched
version of 3.8.7.4.
BUG=
Committed: https://crrev.com/d2c42f584723689354b1874bdfaefb098f9ea70d
Cr-Commit-Position: refs/heads/master@{#325592}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Comments from erikwright. #Patch Set 3 : Fix typo. #
Messages
Total messages: 18 (6 generated)
|