From: drh Date: Mon, 26 Apr 2010 17:30:52 +0000 (+0000) Subject: Identify the SQLite version meta-value entry in the db-header output of X-Git-Tag: version-3.7.2~460 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6d2b4a365aa4d535a30631481b851632ffd6470;p=thirdparty%2Fsqlite.git Identify the SQLite version meta-value entry in the db-header output of showdb. FossilOrigin-Name: 245d934b72cbc6e897193e7892195b6561995939 --- diff --git a/manifest b/manifest index 5120eee056..53259d8b71 100644 --- a/manifest +++ b/manifest @@ -1,8 +1,8 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -C Further\senhancements\sto\sthe\sshowdb\sutility:\s\sA\spage\snumber\sfollowed\sby\s"b"\ncauses\sa\sbtree\sdecoding\sto\soccur\son\sthe\spage. -D 2010-04-26T16:47:13 +C Identify\sthe\sSQLite\sversion\smeta-value\sentry\sin\sthe\sdb-header\soutput\sof\nshowdb. +D 2010-04-26T17:30:53 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0 F Makefile.in 4f2f967b7e58a35bb74fb7ec8ae90e0f4ca7868b F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -790,7 +790,7 @@ F tool/restore_jrnl.tcl 6957a34f8f1f0f8285e07536225ec3b292a9024a F tool/shell1.test ef08a3e738b9fee4fc228920956950bc35db0575 F tool/shell2.test 8f51f61c13b88618e71c17439fe0847c2421c5d1 F tool/shell3.test ff663e83100670a295d473515c12beb8103a78b6 -F tool/showdb.c 4ab96e7f501e5423d5b7ac34504afd3834dbf3ce +F tool/showdb.c 12fbece85695e3a61bdb4f7607b61f264120c4b6 F tool/showjournal.c ec3b171be148656827c4949fbfb8ab4370822f87 F tool/soak1.tcl 8d407956e1a45b485a8e072470a3e629a27037fe F tool/space_used.tcl f714c41a59e326b8b9042f415b628b561bafa06b @@ -801,14 +801,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f -P 23eb408b5d08b89b41aaf245a7be8e235f30af8a -R 933a436d34fb2f67d252b6f2eef7208a +P 2ff824e58ce8b8f605c809ac960dcbfc51c30e30 +R 07d9a10059fff93d4de005270606b0db U drh -Z f61ced08bbb9a853a64647c8b442a2d5 +Z 92020570ca8608c3a29033eaaebd4aa8 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) -iD8DBQFL1cOUoxKgR168RlERAvg3AJsFJVG93QKIMPjRrMQew07/kDOloACgjMdv -7XmPQv5MjnYy+cdiQdmjRsk= -=SfZz +iD8DBQFL1c3QoxKgR168RlERAk7nAJ0RNPM+2ysEsEOLzmoRWkmlbmvLeACfXafV +1if1i0LIIQFX3bMAD0w2gxM= +=aVQ6 -----END PGP SIGNATURE----- diff --git a/manifest.uuid b/manifest.uuid index cf2caab397..04c48fb1f8 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -2ff824e58ce8b8f605c809ac960dcbfc51c30e30 \ No newline at end of file +245d934b72cbc6e897193e7892195b6561995939 \ No newline at end of file diff --git a/tool/showdb.c b/tool/showdb.c index ac537682ef..08b1b85987 100644 --- a/tool/showdb.c +++ b/tool/showdb.c @@ -170,7 +170,7 @@ static void print_db_header(void){ print_decode_line(aData, 84, 4, "meta[11]"); print_decode_line(aData, 88, 4, "meta[12]"); print_decode_line(aData, 92, 4, "meta[13]"); - print_decode_line(aData, 96, 4, "meta[14]"); + print_decode_line(aData, 96, 4, "SQLite version number"); } /*