Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:BTREE_UNORDERED

7688 #define BTREE_UNORDERED    16  /* Use of a hash implementation is OK */
12272 Bool isOrdered; /* True if the underlying table is BTREE_UNORDERED */
48841 /* Only a BTREE_SINGLE database can be BTREE_UNORDERED */
48842 assert( (flags & BTREE_UNORDERED)==0 || (flags & BTREE_SINGLE)!=0 );
65523 u.ax.pCx->isOrdered = (pOp->p5!=BTREE_UNORDERED);
72375 if( rMayHaveNull==0 ) sqlite3VdbeChangeP5(v, BTREE_UNORDERED);
91499 sqlite3VdbeChangeP5(v, BTREE_UNORDERED);
93834 sqlite3VdbeChangeP5(v, BTREE_UNORDERED);
96338 sqlite3VdbeChangeP5(v, BTREE_UNORDERED);