Home | History | Annotate | Download | only in dist

Lines Matching refs:useRandomRowid

12018   Bool useRandomRowid;  /* Generate new record numbers semi-randomly */
64165 if( !u.be.pC->useRandomRowid ){
64179 u.be.pC->useRandomRowid = 1;
64206 if( u.be.pMem->u.i==MAX_ROWID || u.be.pC->useRandomRowid ){
64219 if( u.be.pC->useRandomRowid ){