mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
Closes #2187 refs[t:2187] Call toku_checkpoint_destroy() from toku_brt_destroy().
git-svn-id: file:///svn/toku/tokudb@15931 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
f9ac445e55
commit
e1877dbb59
1 changed files with 2 additions and 0 deletions
|
@ -5108,6 +5108,8 @@ int toku_brt_destroy(void) {
|
|||
int r = 0;
|
||||
if (r==0)
|
||||
r = toku_brt_lock_destroy();
|
||||
if (r==0)
|
||||
r = toku_checkpoint_destroy();
|
||||
//Portability must be cleaned up last
|
||||
if (r==0)
|
||||
r = toku_portability_destroy();
|
||||
|
|
Loading…
Add table
Reference in a new issue