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

Add the tag-20230325-1 comment that was omitted from the prior check-in.

FossilOrigin-Name: a13c01d076d23f0de500e8e6283e803dfc96f0da7509c0d97d598d6b3e7b930b
This commit is contained in:
drh
2023-03-25 18:41:42 +00:00
parent 4924e82863
commit 52786ec185
3 changed files with 8 additions and 8 deletions

View File

@@ -1311,7 +1311,7 @@ static void analyzeOneTable(
}
}
#endif
pParse->nTempReg = 0;
pParse->nTempReg = 0; /* tag-20230325-1 */
}
addrNext = sqlite3VdbeCurrentAddr(v);