Searched refs:bFastInsert (Results 1 – 1 of 1) sorted by relevance
55 int bFastInsert; /* True to use fast-insert */ member372 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()