Searched refs:bAutowork (Results 1 – 3 of 3) sorted by relevance
88 pDb->bAutowork = LSM_DFLT_AUTOWORK; in lsm_new()266 pDb->bAutowork = *piVal; in lsm_config()268 *piVal = pDb->bAutowork; in lsm_config()698 if( rc==LSM_OK && pDb->bAutowork && nDiff!=0 ){ in doWriteOp()
1424 if( bFlush && pDb->bAutowork ){ in lsmFinishWriteTrans()1433 if( bFlush && pDb->bAutowork==0 && pDb->xWork ){ in lsmFinishWriteTrans()
344 int bAutowork; /* Configured by LSM_CONFIG_AUTOWORK */ member