diff options
Diffstat (limited to 'storage/tokudb/ft-index/ft/tests/verify-dup-pivots.cc')
-rw-r--r-- | storage/tokudb/ft-index/ft/tests/verify-dup-pivots.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/tokudb/ft-index/ft/tests/verify-dup-pivots.cc b/storage/tokudb/ft-index/ft/tests/verify-dup-pivots.cc index d29249b3d25..2a2f4079632 100644 --- a/storage/tokudb/ft-index/ft/tests/verify-dup-pivots.cc +++ b/storage/tokudb/ft-index/ft/tests/verify-dup-pivots.cc @@ -50,6 +50,7 @@ UNIVERSITY PATENT NOTICE: PATENT MARKING NOTICE: This software is covered by US Patent No. 8,185,551. + This software is covered by US Patent No. 8,489,638. PATENT RIGHTS GRANT: @@ -110,7 +111,7 @@ append_leaf(FTNODE leafnode, void *key, size_t keylen, void *val, size_t vallen) DBT theval; toku_fill_dbt(&theval, val, vallen); // get an index that we can use to create a new leaf entry - uint32_t idx = toku_omt_size(BLB_BUFFER(leafnode, 0)); + uint32_t idx = BLB_DATA(leafnode, 0)->omt_size(); // apply an insert to the leaf node MSN msn = next_dummymsn(); |