Searched refs:BTS_NO_WAL (Results 1 – 2 of 2) sorted by relevance
471 #define BTS_NO_WAL 0x0020 /* Do not open write-ahead-log files */ macro
3231 if( page1[19]==2 && (pBt->btsFlags & BTS_NO_WAL)==0 ){ in lockBtree()11033 pBt->btsFlags &= ~BTS_NO_WAL; in sqlite3BtreeSetVersion()11034 if( iVersion==1 ) pBt->btsFlags |= BTS_NO_WAL; in sqlite3BtreeSetVersion()11051 pBt->btsFlags &= ~BTS_NO_WAL; in sqlite3BtreeSetVersion()