Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb4.c55 int bFastInsert; /* True to use fast-insert */ member
372 if( p->bFastInsert ) sqlite4BtControl(p->pBt, BT_CONTROL_FAST_INSERT_OP, 0); in bt_write()
395 if( p->bFastInsert ) sqlite4BtControl(p->pBt, BT_CONTROL_FAST_INSERT_OP, 0); in bt_delete_range()
451 if( p->bFastInsert ) sqlite4BtControl(p->pBt, BT_CONTROL_FAST_INSERT_OP, 0); in bt_fetch()
498 if( p->bFastInsert ) sqlite4BtControl(p->pBt, BT_CONTROL_FAST_INSERT_OP, 0); in bt_scan()
669 pDb->bFastInsert = 1; in testBtConfigure()