Fossil SCM
Cherry-pick part of [http://www.sqlite.org/src/info/138783b553602a05|138783b5] from SQLite trunk. Harmless compile warning.
Commit
9a11b49e65dcd9f7509b919896689612e9c8bc52
Parent
b51ba29365b93b3…
1 file changed
+1
-1
+1
-1
| --- src/sqlite3.c | ||
| +++ src/sqlite3.c | ||
| @@ -121999,11 +121999,11 @@ | ||
| 121999 | 121999 | Bitmask extraCols; /* Bitmap of additional columns */ |
| 122000 | 122000 | u8 sentWarning = 0; /* True if a warnning has been issued */ |
| 122001 | 122001 | Expr *pPartial = 0; /* Partial Index Expression */ |
| 122002 | 122002 | int iContinue = 0; /* Jump here to skip excluded rows */ |
| 122003 | 122003 | 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 */ | |
| 122005 | 122005 | int regBase; /* Array of registers where record is assembled */ |
| 122006 | 122006 | |
| 122007 | 122007 | /* Generate code to skip over the creation and initialization of the |
| 122008 | 122008 | ** transient index on 2nd and subsequent iterations of the loop. */ |
| 122009 | 122009 | v = pParse->pVdbe; |
| 122010 | 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; /* 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 |