Fossil SCM

Cherry-pick part of [http://www.sqlite.org/src/info/138783b553602a05|138783b5] from SQLite trunk. Harmless compile warning.

jan.nijtmans 2015-11-09 08:58 trunk
Commit 9a11b49e65dcd9f7509b919896689612e9c8bc52
1 file changed +1 -1
+1 -1
--- src/sqlite3.c
+++ src/sqlite3.c
@@ -121999,11 +121999,11 @@
121999121999
Bitmask extraCols; /* Bitmap of additional columns */
122000122000
u8 sentWarning = 0; /* True if a warnning has been issued */
122001122001
Expr *pPartial = 0; /* Partial Index Expression */
122002122002
int iContinue = 0; /* Jump here to skip excluded rows */
122003122003
struct SrcList_item *pTabItem; /* FROM clause term being indexed */
122004
- int addrCounter; /* Address where integer counter is initialized */
122004
+ int addrCounter = 0; /* Address where integer counter is initialized */
122005122005
int regBase; /* Array of registers where record is assembled */
122006122006
122007122007
/* Generate code to skip over the creation and initialization of the
122008122008
** transient index on 2nd and subsequent iterations of the loop. */
122009122009
v = pParse->pVdbe;
122010122010
--- src/sqlite3.c
+++ src/sqlite3.c
@@ -121999,11 +121999,11 @@
121999 Bitmask extraCols; /* Bitmap of additional columns */
122000 u8 sentWarning = 0; /* True if a warnning has been issued */
122001 Expr *pPartial = 0; /* Partial Index Expression */
122002 int iContinue = 0; /* Jump here to skip excluded rows */
122003 struct SrcList_item *pTabItem; /* FROM clause term being indexed */
122004 int addrCounter; /* Address where integer counter is initialized */
122005 int regBase; /* Array of registers where record is assembled */
122006
122007 /* Generate code to skip over the creation and initialization of the
122008 ** transient index on 2nd and subsequent iterations of the loop. */
122009 v = pParse->pVdbe;
122010
--- src/sqlite3.c
+++ src/sqlite3.c
@@ -121999,11 +121999,11 @@
121999 Bitmask extraCols; /* Bitmap of additional columns */
122000 u8 sentWarning = 0; /* True if a warnning has been issued */
122001 Expr *pPartial = 0; /* Partial Index Expression */
122002 int iContinue = 0; /* Jump here to skip excluded rows */
122003 struct SrcList_item *pTabItem; /* FROM clause term being indexed */
122004 int addrCounter = 0; /* Address where integer counter is initialized */
122005 int regBase; /* Array of registers where record is assembled */
122006
122007 /* Generate code to skip over the creation and initialization of the
122008 ** transient index on 2nd and subsequent iterations of the loop. */
122009 v = pParse->pVdbe;
122010

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button