Commit ad677d10 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #182

UPdated prelocking support for delboth

git-svn-id: file:///svn/tokudb@5720 c7de825b-a66e-492c-adef-691d508d4ae1
parent bc49c233
......@@ -2606,7 +2606,7 @@ static int toku_db_delboth_noassociate(DB *db, DB_TXN *txn, DBT *key, DBT *val,
}
return r;
}
r = toku_c_del_noassociate(dbc, 0);
r = toku_c_del_noassociate(dbc, lock_flags);
cursor_cleanup:;
int r2 = toku_c_close(dbc);
return r ? r : r2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment