mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
[t:2996], make partial fix to test
git-svn-id: file:///svn/toku/tokudb@25519 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
ca6a765e29
commit
60d0cf3a04
1 changed files with 2 additions and 1 deletions
|
@ -255,6 +255,7 @@ int test_main (int argc, char * const argv[]) {
|
|||
r = txna->abort(txna); CKERR(r);
|
||||
r = txnb->abort(txnb); CKERR(r);
|
||||
|
||||
/*
|
||||
u_int32_t flags = DB_YESOVERWRITE;
|
||||
|
||||
|
||||
|
@ -335,7 +336,7 @@ int test_main (int argc, char * const argv[]) {
|
|||
verify_excl_ops_fail(env,db);
|
||||
r = txna->abort(txna); CKERR(r);
|
||||
r = txnb->abort(txnb); CKERR(r);
|
||||
|
||||
*/
|
||||
r = db->close(db, 0); CKERR(r);
|
||||
r = env->close(env, 0); CKERR(r);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue