]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the "PRAGMA stats" command to report size values in LogEst units.
authordrh <drh@noemail.net>
Thu, 25 Feb 2016 21:19:03 +0000 (21:19 +0000)
committerdrh <drh@noemail.net>
Thu, 25 Feb 2016 21:19:03 +0000 (21:19 +0000)
commitd566c95179c41be3ae89e32636f4de428d3cdeb7
tree93ac906fdebd58802f08e048bbeb07a976e21642
parentaa9ffaba4af5949feed95660523cae0d5c30c755
Change the "PRAGMA stats" command to report size values in LogEst units.
The eliminates the need for sqlite3LogEstToInt() unless non-standard
compile-time options are used, so leave it out except in those cases.

FossilOrigin-Name: 832c237fcbe83dd4f5a18a06acb0aeb7e2b9e712
manifest
manifest.uuid
src/pragma.c
src/sqliteInt.h
src/util.c