Home
last modified time | relevance | path

Searched refs:BTREE_OMIT_JOURNAL (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dbtree.h60 #define BTREE_OMIT_JOURNAL 1 /* Do not create or use a rollback journal */ macro
H A Dvdbe.c4356 BTREE_OMIT_JOURNAL | BTREE_SINGLE | pOp->p5, in sqlite3VdbeExec()