Home | History | Annotate | Download | only in dist

Lines Matching refs:useRandomRowid

12025   Bool useRandomRowid;  /* Generate new record numbers semi-randomly */
64172 if( !u.be.pC->useRandomRowid ){
64186 u.be.pC->useRandomRowid = 1;
64213 if( u.be.pMem->u.i==MAX_ROWID || u.be.pC->useRandomRowid ){
64226 if( u.be.pC->useRandomRowid ){