mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
Addresses #797.
git-svn-id: file:///svn/tokudb@3873 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
6235025958
commit
f82afde203
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue