Searched refs:eAuto (Results 1 – 1 of 1) sorted by relevance
145597 int eAuto = getAutoVacuum(zRight); local145598 assert( eAuto>=0 && eAuto<=2 );145599 db->nextAutovac = (u8)eAuto;145605 rc = sqlite3BtreeSetAutoVacuum(pBt, eAuto);145606 if( rc==SQLITE_OK && (eAuto==1 || eAuto==2) ){145629 aOp[4].p3 = eAuto - 1;