Home | History | Annotate | Download | only in orig

Lines Matching defs:autoIndex

10384   u8 autoIndex;    /* True if is automatically created (ex: by UNIQUE) */
82382 p->autoIndex = 2;
83656 ** as the tables primary key (Index.autoIndex==2).
83884 pIndex->autoIndex = (u8)(pName==0);
83977 assert( pIdx->autoIndex );
84198 if( pIndex->autoIndex ){
87975 ** identified by the test (Index.autoIndex==2). */
87976 if( pIdx->autoIndex==2 ){