From: drh Date: Tue, 7 Jun 2011 18:31:14 +0000 (+0000) Subject: Fix a comment type on the description of the Schema object. X-Git-Tag: version-3.7.7~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55a0959a181bcd3d75a540df375b5d5e3904fb0f;p=thirdparty%2Fsqlite.git Fix a comment type on the description of the Schema object. FossilOrigin-Name: 095cd9a6ec175b703ff3fcafeffb3349f21bd831 --- diff --git a/manifest b/manifest index 9f7ebae4ea..c598385e18 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Add\sassert()\sstatements\sto\sverify\sthat\su16\spointers\sassociated\swith\nthe\senhancement\sin\s[897f56a158]\sare\salways\s2-byte\saligned. -D 2011-06-06T13:38:11.704 +C Fix\sa\scomment\stype\son\sthe\sdescription\sof\sthe\sSchema\sobject. +D 2011-06-07T18:31:14.409 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 11dcc00a8d0e5202def00e81732784fb0cc4fe1d F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -181,7 +181,7 @@ F src/select.c d9d440809025a58547e39f4f268c2a296bfb56ff F src/shell.c 0e0173b3e79d956368013e759f084caa7995ecb1 F src/sqlite.h.in 2f51e4f58b2b4626fcbd9938580e730cb5fb4985 F src/sqlite3ext.h c90bd5507099f62043832d73f6425d8d5c5da754 -F src/sqliteInt.h 6e58c558c57c8f44011736d5fa5295eb3130f9de +F src/sqliteInt.h d2a9f6e06b85bb72a47cfe8d45320abe9cfa44f1 F src/sqliteLimit.h 164b0e6749d31e0daa1a4589a169d31c0dec7b3d F src/status.c 7ac64842c86cec2fc1a1d0e5c16d3beb8ad332bf F src/table.c 2cd62736f845d82200acfa1287e33feb3c15d62e @@ -942,7 +942,7 @@ F tool/split-sqlite3c.tcl d9be87f1c340285a3e081eb19b4a247981ed290c F tool/symbols.sh bc2a3709940d47c8ac8e0a1fdf17ec801f015a00 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f F tool/warnings.sh 347d974d143cf132f953b565fbc03026f19fcb4d -P 65db822f200bafe9abe59b33b17b2c643c17c5e8 -R 6f20bbc84376df4d202ff7744a749f24 +P 98ccfa930e8e5f10808a518e3e22e85e8a8a65c2 +R eade3cd28243c0adfa4f9b0e3371ab06 U drh -Z b952c48c970134cec62f175ed76931db +Z 6c3c2f88a9e5ad93debb108bda4e78cb diff --git a/manifest.uuid b/manifest.uuid index 4a6c7d51ec..df6972f87d 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -98ccfa930e8e5f10808a518e3e22e85e8a8a65c2 \ No newline at end of file +095cd9a6ec175b703ff3fcafeffb3349f21bd831 \ No newline at end of file diff --git a/src/sqliteInt.h b/src/sqliteInt.h index fd86158e00..8cf8966fe0 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -682,7 +682,7 @@ struct Db { ** A thread must be holding a mutex on the corresponding Btree in order ** to access Schema content. This implies that the thread must also be ** holding a mutex on the sqlite3 connection pointer that owns the Btree. -** For a TEMP Schema, on the connection mutex is required. +** For a TEMP Schema, only the connection mutex is required. */ struct Schema { int schema_cookie; /* Database schema version number for this file */