Commit 299d499f authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:2996], remove unpredictable check

git-svn-id: file:///svn/toku/tokudb@25521 c7de825b-a66e-492c-adef-691d508d4ae1
parent c5deea01
......@@ -144,11 +144,6 @@ static void verify_excl_ops_fail(DB_ENV* env, DB* db) {
CKERR2(r, DB_LOCK_NOTGRANTED);
r = txn->commit(txn,0); CKERR(r);
r = env->txn_begin(env, NULL, &txn, 0); CKERR(r);
r = env->create_loader(env, txn, &loader, NULL, 1, &db, &put_flags, &dbt_flags, 0);
//CKERR2(r, -1);
r = txn->commit(txn,0); CKERR(r);
}
......
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