From: drh <> Date: Thu, 15 Jul 2021 16:39:42 +0000 (+0000) Subject: Change references to the schema table in sqlite3_analyzer to the new X-Git-Tag: version-3.37.0~334 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=480f5e3e6e70e803b35ddeab947988a89b0163a0;p=thirdparty%2Fsqlite.git Change references to the schema table in sqlite3_analyzer to the new SQLITE_SCHEMA name. FossilOrigin-Name: 3beb77d6a792d07ca605ec8e5402b8a305860cba4044fcafeed00b9fa862fa16 --- diff --git a/manifest b/manifest index 8d6d4c6f24..7bb4e1d07c 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sa\suse-after-free\serror\sin\sioerr.test\scaused\sby\san\serror\sin\stest\scode. -D 2021-07-14T21:18:31.520 +C Change\sreferences\sto\sthe\sschema\stable\sin\ssqlite3_analyzer\sto\sthe\snew\nSQLITE_SCHEMA\sname. +D 2021-07-15T16:39:42.407 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724 @@ -1877,7 +1877,7 @@ F tool/showshm.c a0ab6ec32dd1f11218ca2a4018f8fb875b59414801ab8ceed8b2e69b7b45a80 F tool/showstat4.c 0682ebea7abf4d3657f53c4a243f2e7eab48eab344ed36a94bb75dcd19a5c2a1 F tool/showwal.c ad9d768f96ca6199ad3a8c9562d679680bd032dd01204ea3e5ea6fb931d81847 F tool/soak1.tcl 8d407956e1a45b485a8e072470a3e629a27037fe -F tool/spaceanal.tcl a95036b36622e25cffd65a55b22d6af53dfbbff0de02d45dd0059bb3c9978609 +F tool/spaceanal.tcl 1b5be34c6223cb1af06da2a10fb77863eb869b1962d055820b0a11cf2336ab45 F tool/speed-check.sh 8ba7c7c0dba37e664679974f5954f2282275271a5b92f890756e282df0bfc458 F tool/speedtest.tcl 06c76698485ccf597b9e7dbb1ac70706eb873355 F tool/speedtest16.c ecb6542862151c3e6509bbc00509b234562ae81e @@ -1920,7 +1920,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P c378e99250fe06fae8ca40c62185b607f004d6806e07dbb9f964dd849b4e55f8 -R 5dc9e7510bb681a9844c30d96bdfacf1 -U dan -Z ab55d4571a2b3927d12f63db9cd8ac86 +P 1594056aab068b9fae82f6b885828c7127d9bedcc37c4340486e32791bc87c7a +R 559c73747c40f0a1a7e76968f3947fcc +U drh +Z 82febd786cf0b2a285b7ed5af3f23080 diff --git a/manifest.uuid b/manifest.uuid index ca45e83989..e28955bcd3 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -1594056aab068b9fae82f6b885828c7127d9bedcc37c4340486e32791bc87c7a \ No newline at end of file +3beb77d6a792d07ca605ec8e5402b8a305860cba4044fcafeed00b9fa862fa16 \ No newline at end of file diff --git a/tool/spaceanal.tcl b/tool/spaceanal.tcl index e026a90efd..d0c5e65e38 100644 --- a/tool/spaceanal.tcl +++ b/tool/spaceanal.tcl @@ -731,7 +731,7 @@ Pages of auto-vacuum overhead Number of tables in the database - The number of tables in the database, including the SQLITE_MASTER table + The number of tables in the database, including the SQLITE_SCHEMA table used to store schema information. Number of indices @@ -754,7 +754,7 @@ Size of the file in bytes Bytes of user payload stored The total number of bytes of user payload stored in the database. The - schema information in the SQLITE_MASTER table is not counted when + schema information in the SQLITE_SCHEMA table is not counted when computing this number. The percentage at the right shows the payload divided by the total file size.