Commit f82afde2 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Addresses #797.

git-svn-id: file:///svn/tokudb@3873 c7de825b-a66e-492c-adef-691d508d4ae1
parent 62350259
......@@ -124,7 +124,7 @@ void test_nested (void) {
r=txn->commit(txn, 0); CKERR(r);
r=env->txn_begin(env, 0, &txn, 0); CKERR(r);
insert(6, 0);
insert(6, txn);
r=txn->commit(txn, 0); CKERR(r);
r=env->txn_begin(env, 0, &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