Lines Matching defs:autoIndex
10384 u8 autoIndex; /* True if is automatically created (ex: by UNIQUE) */
82418 p->autoIndex = 2;
83692 ** as the tables primary key (Index.autoIndex==2).
83920 pIndex->autoIndex = (u8)(pName==0);
84013 assert( pIdx->autoIndex );
84234 if( pIndex->autoIndex ){
88011 ** identified by the test (Index.autoIndex==2). */
88012 if( pIdx->autoIndex==2 ){