]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Begin a branch that experimentally replaces sqlite_stat2 with a new table
authordrh <drh@noemail.net>
Fri, 12 Aug 2011 01:51:45 +0000 (01:51 +0000)
committerdrh <drh@noemail.net>
Fri, 12 Aug 2011 01:51:45 +0000 (01:51 +0000)
commitfaacf17cc1a1d6b062d63a27fca5fa5a87bf3bb9
tree1f8b790ae295f34d4700ef6f0c2116bbdbdac402
parent90315a24179a23538b9a906a066d484cd782e3d8
Begin a branch that experimentally replaces sqlite_stat2 with a new table
called sqlite_stat3 that will hopefully facilitate better query
planning decisions.

FossilOrigin-Name: 52e1d7e8ddd4bb5ef3a9d00fd2d719a8a784f807
13 files changed:
manifest
manifest.uuid
src/analyze.c
src/build.c
src/ctime.c
src/sqlite.h.in
src/sqliteInt.h
src/test_config.c
src/utf.c
src/vdbemem.c
src/where.c
test/auth.test
test/stat3.test [new file with mode: 0644]