Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:notIndexed

10189     u8 notIndexed;    /* True if there is a NOT INDEXED clause */
71643 pNewItem->notIndexed = pOldItem->notIndexed;
80147 assert( pItem->notIndexed==0 && pItem->zIndex==0 );
80151 pItem->notIndexed = 1;
99292 if( pSrc->notIndexed || pSrc->pIndex!=0 ){
99411 if( pSrc->notIndexed ){
100334 ** If a NOT INDEXED clause (pSrc->notIndexed!=0) was attached to the table
100393 if( pSrc->notIndexed==0 ){
102178 Bitmask notIndexed; /* Mask of tables that cannot use an index */
102228 notIndexed = 0;
102270 notIndexed |= m;
102294 && (bestJ<0 || (notIndexed&m)!=0 /* (2) */