BACKEND_TYPE_NONPERSIST
t == BACKEND_TYPE_NONPERSIST);
backend_id == BACKEND_TYPE_NONPERSIST) {
assert(t == BACKEND_TYPE_NORMAL || t == BACKEND_TYPE_NONPERSIST);
} else if (t == BACKEND_TYPE_NONPERSIST) {
r = backend_create(BACKEND_TYPE_NONPERSIST, npdb_file, &be);
BACKEND_TYPE_NONPERSIST)) {
backend_create_finish(BACKEND_TYPE_NONPERSIST, be);
(void) backend_lock(BACKEND_TYPE_NONPERSIST, 1, &be_np);
if (bt->bt_type == BACKEND_TYPE_NONPERSIST)
ci.ci_base_nl.rl_backend = BACKEND_TYPE_NONPERSIST;
res = backend_run(BACKEND_TYPE_NONPERSIST, q,
rc = backend_tx_begin(BACKEND_TYPE_NONPERSIST, &dip.di_np_tx);
rc_ro = backend_tx_begin_ro(BACKEND_TYPE_NONPERSIST, &tx_ro);
lp->rl_backend = BACKEND_TYPE_NONPERSIST;
rc_wr = backend_tx_begin(BACKEND_TYPE_NONPERSIST, &tx_wr);
info.dci_be = BACKEND_TYPE_NONPERSIST;
ci.ci_base_nl.rl_backend = BACKEND_TYPE_NONPERSIST;
res = backend_run(BACKEND_TYPE_NONPERSIST, q,
if (data->txc_backend != BACKEND_TYPE_NONPERSIST) {
backend == BACKEND_TYPE_NONPERSIST);