From: drh Date: Sat, 13 Aug 2011 10:47:51 +0000 (+0000) Subject: Fix the header comment on the implementation of the X-Git-Tag: version-3.7.8~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fdd7f71ef455ed815d207d609bd538e144c55642;p=thirdparty%2Fsqlite.git Fix the header comment on the implementation of the file_control_sizehint_test TCL command in test1.c. FossilOrigin-Name: 309198085f255fc1fcc7bf28fd38d016d5a536ab --- diff --git a/manifest b/manifest index 560005c29f..b96486f7ac 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Merge\sthe\sexperimental\schanges\sto\suse\sa\smerge-sort\swhen\screating\san\sindex\sinto\sthe\strunk. -D 2011-08-12T16:47:12.815 +C Fix\sthe\sheader\scomment\son\sthe\simplementation\sof\sthe\nfile_control_sizehint_test\sTCL\scommand\sin\stest1.c. +D 2011-08-13T10:47:51.259 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 8c930e7b493d59099ea1304bd0f2aed152eb3315 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -188,7 +188,7 @@ F src/sqliteLimit.h 164b0e6749d31e0daa1a4589a169d31c0dec7b3d F src/status.c 7ac64842c86cec2fc1a1d0e5c16d3beb8ad332bf F src/table.c 2cd62736f845d82200acfa1287e33feb3c15d62e F src/tclsqlite.c c355b33803fb756dc09297ec84d19604301fa622 -F src/test1.c 9952abd6dc729eb1c011b71ee26a8b49d0aa7c10 +F src/test1.c 7439efb86c1022f19a39a8e61de2cbac23ffab03 F src/test2.c 80d323d11e909cf0eb1b6fbb4ac22276483bcf31 F src/test3.c 124ff9735fb6bb7d41de180d6bac90e7b1509432 F src/test4.c d1e5a5e904d4b444cf572391fdcb017638e36ff7 @@ -960,7 +960,7 @@ F tool/symbols.sh caaf6ccc7300fd43353318b44524853e222557d5 F tool/tostr.awk 11760e1b94a5d3dcd42378f3cc18544c06cfa576 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f F tool/warnings.sh 2ebae31e1eb352696f3c2f7706a34c084b28c262 -P 6b236069e1ea3c99ff0a007a790d4baebda70b13 69e4b41de22968c565c6575707a73956e3b20ff4 -R fced7a7577e38a6f428a347e92769773 -U dan -Z 3bbbe4efed9782cd51a19bb264baec63 +P 346a453d1f1d615f1e9e7923a27dad84b8727fb1 +R 7ce31f76b768334971130323332609c7 +U drh +Z 036ec65c1ec43dc86ad51b2b611e625e diff --git a/manifest.uuid b/manifest.uuid index a9a85f70fe..d628ec310c 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -346a453d1f1d615f1e9e7923a27dad84b8727fb1 \ No newline at end of file +309198085f255fc1fcc7bf28fd38d016d5a536ab \ No newline at end of file diff --git a/src/test1.c b/src/test1.c index 3b933ba686..59b570c28a 100644 --- a/src/test1.c +++ b/src/test1.c @@ -4991,9 +4991,8 @@ static int file_control_chunksize_test( /* ** tclcmd: file_control_sizehint_test DB DBNAME SIZE ** -** This TCL command runs the sqlite3_file_control interface and -** verifies correct operation of the SQLITE_GET_LOCKPROXYFILE and -** SQLITE_SET_LOCKPROXYFILE verbs. +** This TCL command runs the sqlite3_file_control interface +** with SQLITE_FCNTL_SIZE_HINT */ static int file_control_sizehint_test( ClientData clientData, /* Pointer to sqlite3_enable_XXX function */