mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
Addresses #797.
git-svn-id: file:///svn/tokudb@3872 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
8691ef811e
commit
6235025958
1 changed files with 3 additions and 0 deletions
|
@ -123,7 +123,10 @@ void test_nested (void) {
|
|||
lookup(5, txn, DB_NOTFOUND);
|
||||
r=txn->commit(txn, 0); CKERR(r);
|
||||
|
||||
r=env->txn_begin(env, 0, &txn, 0); CKERR(r);
|
||||
insert(6, 0);
|
||||
r=txn->commit(txn, 0); CKERR(r);
|
||||
|
||||
r=env->txn_begin(env, 0, &txn, 0); CKERR(r);
|
||||
insert(6, txn);
|
||||
r=env->txn_begin(env, txn, &txn2, 0); CKERR(r);
|
||||
|
|
Loading…
Add table
Reference in a new issue