1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Add a comment to a previously undescribed member of the Walker union.

FossilOrigin-Name: 69d704224e9ed022fcec591beff2ffcc4daf3e7fc586debfdcf00b25c1fddd87
This commit is contained in:
drh
2022-10-24 18:33:50 +00:00
parent 80b30f995e
commit 99a37ca779
3 changed files with 9 additions and 9 deletions

View File

@@ -4100,7 +4100,7 @@ struct Walker {
struct Table *pTab; /* Table of generated column */
struct CoveringIndexCheck *pCovIdxCk; /* Check for covering index */
SrcItem *pSrcItem; /* A single FROM clause item */
DbFixer *pFix;
DbFixer *pFix; /* See sqlite3FixSelect() */
} u;
};