1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix two compiler errors associated with non-standard compile-time options.

FossilOrigin-Name: e3bf2d5ce4f87535e030a446e03d911f421805f7
This commit is contained in:
drh
2011-04-01 02:26:36 +00:00
parent 76a32a81e4
commit ce62d93837
4 changed files with 10 additions and 9 deletions

View File

@@ -124,6 +124,7 @@ static void analyzeOneTable(
int regRowid = iMem++; /* Rowid for the inserted record */
#ifdef SQLITE_ENABLE_STAT2
int addr = 0; /* Instruction address */
int regTemp2 = iMem++; /* Temporary use register */
int regSamplerecno = iMem++; /* Index of next sample to record */
int regRecno = iMem++; /* Current sample index */