-C Cleanup\sand\srefactor\sparts\sof\sthe\soptimizer.\s(CVS\s3301)
-D 2006-06-27T02:33:40
+C Make\ssure\sthat\sMATCH\sterms\sthat\sa\svirtual\stable\ssays\sshould\sbe\somitted\nreally\sare\somitted.\s(CVS\s3302)
+D 2006-06-27T02:36:58
F Makefile.in f839b470345d3cb4b0644068474623fe2464b5d3
F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F src/vdbefifo.c 9efb94c8c3f4c979ebd0028219483f88e57584f5
F src/vdbemem.c 5f0afe3b92bb2c037f8d5d697f7c151fa50783a3
F src/vtab.c 4751954e26e9caa6ce3ea5ad9468bd34f07d1de7
-F src/where.c f794d15f5f0503b7b5cdb3fa49fd1f76c015e80d
+F src/where.c aab29cf7a59d73f83efc0851e8f5c4e90e095e64
F tclinstaller.tcl 046e3624671962dc50f0481d7c25b38ef803eb42
F test/aggerror.test a867e273ef9e3d7919f03ef4f0e8c0d2767944f2
F test/all.test 5df90d015ca63fcef2a4b62c24f7316b66c4bfd4
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 28413cf2b3f0e6f294e1f3c59fcce135b65c294f
-R 241cba895df62f4aae2eec3dd91bf438
+P 6609c25fbfa5ad7f55c356936abb1721686c47ca
+R 9a37bd9cfc6a740924847839bd916ca2
U drh
-Z e0a333826629d40e18f9e44a948284ff
+Z 248f4b236a3fad27fa975dbb4d0967d3
-6609c25fbfa5ad7f55c356936abb1721686c47ca
\ No newline at end of file
+3e1f5567dfd306bdb97275a32afd02ea693eaf58
\ 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.225 2006/06/27 02:33:40 drh Exp $
+** $Id: where.c,v 1.226 2006/06/27 02:36:58 drh Exp $
*/
#include "sqliteInt.h"
pNewTerm->leftColumn = pLeft->iColumn;
pNewTerm->eOperator = WO_MATCH;
pNewTerm->iParent = idxTerm;
- pTerm = &pWC->a[idxNew];
+ pTerm = &pWC->a[idxTerm];
pTerm->nChild = 1;
pTerm->flags |= TERM_COPIED;
pNewTerm->prereqAll = pTerm->prereqAll;