From: drh Date: Mon, 3 Jan 2005 01:28:51 +0000 (+0000) Subject: Fix a typo in a comment. No code changes. Ticket #1052. (CVS 2174) X-Git-Tag: version-3.6.10~3978 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7465a8089988b171216fef5455b0edde51786f50;p=thirdparty%2Fsqlite.git Fix a typo in a comment. No code changes. Ticket #1052. (CVS 2174) FossilOrigin-Name: 9fb1402f0835b214c9174866653e95416b32f860 --- diff --git a/manifest b/manifest index daa6b619f6..f77500d5d7 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\scomment\stypos.\s\sno\scode\schanges.\s(CVS\s2173) -D 2005-01-03T01:27:19 +C Fix\sa\stypo\sin\sa\scomment.\s\sNo\scode\schanges.\s\sTicket\s#1052.\s(CVS\s2174) +D 2005-01-03T01:28:51 F Makefile.in 02a184d734a2b4bbbc1ecc2e3ef504fcb13de069 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1 @@ -82,7 +82,7 @@ F src/vdbeInt.h 0f74561e629af86172de7cdf0ecaea014c51696c F src/vdbeapi.c 0cf3bdc1072616bedc8eec7fc22e3f5a169d33fd F src/vdbeaux.c a7c4c90786e2633b38f2d89f3dc49aed747454e4 F src/vdbemem.c 5876c8abf4374fef671f4fd8dc333ef3fc95a2f0 -F src/where.c 204553d66f0ec1b2568a756392971bc791519511 +F src/where.c 4eb44da11a733b8cb5fe251827fbdf3f1f3efb1c F tclinstaller.tcl 36478c3bbfc5b93ceac42d94e3c736937b808432 F test/all.test 929bfa932b55e75c96fe2203f7650ba451c1862c F test/alter.test 95c57a4f461fa81293e0dccef7f83889aadb169a @@ -263,7 +263,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 F www/whentouse.tcl fdacb0ba2d39831e8a6240d05a490026ad4c4e4c -P 5fd1f4711885e3dd6fb2c2700287f78bb0ea178a -R 0242a7014f9b3ead71379ef2b143122a +P 4165217e5114f5377f0823c63ff2aba879927ce7 +R 4256e9938158c4257c938a7c19c2fe04 U drh -Z f5db4f704ae7fce7e134443d572b308b +Z 8379ed370e2d153591bc88062fba4b49 diff --git a/manifest.uuid b/manifest.uuid index 2316f1b055..6aff5155ab 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -4165217e5114f5377f0823c63ff2aba879927ce7 \ No newline at end of file +9fb1402f0835b214c9174866653e95416b32f860 \ No newline at end of file diff --git a/src/where.c b/src/where.c index 318d650f23..7579948ff0 100644 --- a/src/where.c +++ b/src/where.c @@ -16,7 +16,7 @@ ** so is applicable. Because this module is responsible for selecting ** indices, you might also think of this module as the "query optimizer". ** -** $Id: where.c,v 1.125 2005/01/03 01:27:19 drh Exp $ +** $Id: where.c,v 1.126 2005/01/03 01:28:51 drh Exp $ */ #include "sqliteInt.h" @@ -527,7 +527,7 @@ static void codeEqualityTerm( ** ** The code that sqlite3WhereBegin() generates leaves the cursors named ** in pTabList pointing at their appropriate entries. The [...] code -** can use OP_Column and OP_Recno opcodes on these cursors to extra +** can use OP_Column and OP_Recno opcodes on these cursors to extract ** data from the various tables of the loop. ** ** If the WHERE clause is empty, the foreach loops must each scan their