diff options
author | danielk1977 <danielk1977@noemail.net> | 2009-02-24 10:14:40 +0000 |
---|---|---|
committer | danielk1977 <danielk1977@noemail.net> | 2009-02-24 10:14:40 +0000 |
commit | 2d2e7bd32e7267bd9fe9c40a0b5c97cace2bd17e (patch) | |
tree | be7e86a13b3a10703fb1d45fe1cb7eaa32da7a9d /src/sqliteInt.h | |
parent | a55331620e1162c2fef1fee80f0866cc0e379f46 (diff) | |
download | sqlite-2d2e7bd32e7267bd9fe9c40a0b5c97cace2bd17e.tar.gz sqlite-2d2e7bd32e7267bd9fe9c40a0b5c97cace2bd17e.zip |
Reverse commit (6315) for now. (CVS 6317)
FossilOrigin-Name: 0e7c369c23a8767b4d3e5cdd47c14716992fb71a
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index f4ee45a50..429346d29 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -11,7 +11,7 @@ ************************************************************************* ** Internal interface definitions for SQLite. ** -** @(#) $Id: sqliteInt.h,v 1.837 2009/02/24 10:01:52 danielk1977 Exp $ +** @(#) $Id: sqliteInt.h,v 1.838 2009/02/24 10:14:40 danielk1977 Exp $ */ #ifndef _SQLITEINT_H_ #define _SQLITEINT_H_ @@ -1602,7 +1602,6 @@ struct SrcList { u8 isPopulated; /* Temporary table associated with SELECT is populated */ u8 jointype; /* Type of join between this able and the previous */ u8 notIndexed; /* True if there is a NOT INDEXED clause */ - u8 usesRowid; /* True if the rowid field is read */ int iCursor; /* The VDBE cursor number used to access this table */ Expr *pOn; /* The ON clause of a join */ IdList *pUsing; /* The USING clause of a join */ |