mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
git-svn-id: file:///svn/tokudb@3007 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
6a838c09d9
commit
8d8060519f
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ int main (int argc, const char *argv[]) {
|
|||
r=txn2->commit(txn2, 0); CKERR(r);
|
||||
|
||||
r=db->close(db, 0); CKERR(r);
|
||||
r=db2->close(db2, 0); CKERR(r);
|
||||
r=env->close(env, 0); CKERR(r);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue