-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
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
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
-4165217e5114f5377f0823c63ff2aba879927ce7
\ No newline at end of file
+9fb1402f0835b214c9174866653e95416b32f860
\ No newline at end of file
** 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"
**
** 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