mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
[t:3564] Fix brt-serialize-test memory leak. Refs #3564.
git-svn-id: file:///svn/toku/tokudb@32704 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
74e4a2b422
commit
6290af43bb
1 changed files with 0 additions and 1 deletions
|
@ -293,7 +293,6 @@ test_serialize_leaf_with_many_rows(enum brtnode_verify_type bft) {
|
|||
BP_SUBTREE_EST(&sn,i).dsize = random() + (((long long) random())<<32);
|
||||
BP_SUBTREE_EST(&sn,i).exact = (BOOL)(random()%2 != 0);
|
||||
set_BLB(&sn, i, toku_create_empty_bn());
|
||||
r = toku_omt_create(&BLB_BUFFER(&sn, i)); assert(r==0);
|
||||
BLB_OPTIMIZEDFORUPGRADE(&sn, i) = BRT_LAYOUT_VERSION;
|
||||
}
|
||||
BLB_NBYTESINBUF(&sn, 0) = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue