Lines Matching refs:isGenerated
140629 int isGenerated; /* non-zero if column is generated */140635 isGenerated = pCol->colFlags & COLFLAG_GENERATED;140636 if( isGenerated && !b2ndPass ){140640 if( aiChng && aiChng[i]<0 && !isGenerated ){140658 assert( !isGenerated );140660 }else if( b2ndPass && !isGenerated ){
Indexes created Mon Jun 08 00:24:58 UTC 2026