-C coment\stypo\s(CVS\s1190)
-D 2004-01-19T04:54:29
+C comment\stypos\s(CVS\s1191)
+D 2004-01-19T04:55:56
F Makefile.in 0515ff9218ad8d5a8f6220f0494b8ef94c67013b
F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
F src/btree.c 9ab30f0504ef69ba4cba2f264d8096c5abc2b7b8
F src/btree.h 9b7c09f1e64274d7bb74a57bbfc63778f67b1048
F src/btree_rb.c 50210dfd2a5f410c8624ef8fde8e82babd376d9f
-F src/build.c 4b95b200515d1f6ffc4ae60d5d57380afa0b4081
+F src/build.c 0fdb0ce4bd87419b3930d0279e8277c4f9f69c1f
F src/copy.c 9e47975ea96751c658bcf1a0c4f0bb7c6ee61e73
F src/date.c c6b7e3fa5364d50fe19641882194f3c75364a5af
F src/delete.c 0778fe05df0a1d62ac27fd1a3dba237c186ff4d1
F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
-P 8210b2d818ab83a97b3b71b432770436116f4770
-R 10b4412e61009d0846d9284ad1d8f0ca
+P 0d2683dc5ecb886ae9625484b51e65df49b3235d
+R 203cc465a47717ce24d2d19ccf38f702
U jplyon
-Z 3fc49c5ad5498aa46abf6f4fb14ba101
+Z dbd68a45967f0a84beda668c59e1a249
-0d2683dc5ecb886ae9625484b51e65df49b3235d
\ No newline at end of file
+de35c36ed7657903ebba0c5acff75baaa0453f87
\ No newline at end of file
** ROLLBACK
** PRAGMA
**
-** $Id: build.c,v 1.163 2004/01/16 20:01:31 drh Exp $
+** $Id: build.c,v 1.164 2004/01/19 04:55:56 jplyon Exp $
*/
#include "sqliteInt.h"
#include <ctype.h>
**
** If iDb<=0 then reset the internal schema tables for all database
** files. If iDb>=2 then reset the internal schema for only the
-** single file indicates.
+** single file indicated.
*/
void sqliteResetInternalSchema(sqlite *db, int iDb){
HashElem *pElem;
/*
** The Table structure pTable is really a VIEW. Fill in the names of
** the columns of the view in the pTable structure. Return the number
-** of errors. If an error is seen leave an error message in pPare->zErrMsg.
+** of errors. If an error is seen leave an error message in pParse->zErrMsg.
*/
int sqliteViewGetColumnNames(Parse *pParse, Table *pTable){
ExprList *pEList;