mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
[t:4871] fix test-rollinclude to avoid a use-after-free bug
git-svn-id: file:///svn/toku/tokudb@43632 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
ac02edd57d
commit
66b0ab738c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ populate(DB_ENV *env, DB *db, int nrows) {
|
|||
}
|
||||
|
||||
r = txn->commit(txn, 0); assert_zero(r);
|
||||
r = txn->commit(parent, 0); assert_zero(r);
|
||||
r = parent->commit(parent, 0); assert_zero(r);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue