sql::Connection::Preload() loads fs cache, not page cache.
commitaae71b1c0c0bcbec53d94d3517c9b83fabd7a808
authorshess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 7 Jun 2013 17:00:32 +0000 (7 17:00 +0000)
committershess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 7 Jun 2013 17:00:32 +0000 (7 17:00 +0000)
tree71bcd87149f5ce28b533bfdf78a088db14a55ac8
parentbd12ce61251b779c5fab9998b1044a06fc89de83
sql::Connection::Preload() loads fs cache, not page cache.

In theory, the fs cache should be good enough for any cases where a
client uses things early in execution, and if not used memory usage
will be better.

BUG= 243949

Review URL: https://chromiumcodereview.appspot.com/16173004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204860 0039d316-1c4b-4281-b951-d872f2087c98
third_party/sqlite/amalgamation/sqlite3.c
third_party/sqlite/src/src/pager.c