diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-11-01 16:36:36 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-11-01 16:36:36 +1100 |
commit | a1b08d168e32188b4e916217631edeea1868f38d (patch) | |
tree | 395e1112e447fe6324cf05d9c6fb568e09ba7fb2 /dist/s_funcs.list | |
parent | a31f708a1c2604df704b65f05859c18d6ceb092b (diff) | |
download | mongo-a1b08d168e32188b4e916217631edeea1868f38d.tar.gz |
Cache the hash values used for Bloom filter lookups, rather than hashing for each Bloom filter in an LSM tree.
Diffstat (limited to 'dist/s_funcs.list')
-rw-r--r-- | dist/s_funcs.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/s_funcs.list b/dist/s_funcs.list index 574d97d42b6..4a04135fc5d 100644 --- a/dist/s_funcs.list +++ b/dist/s_funcs.list @@ -3,6 +3,7 @@ WT_CURDUMP_PASS __bit_ffs __bit_nclr __wt_bloom_drop +__wt_bloom_get __wt_bm_addr_stderr __wt_btree_lex_compare __wt_config_getone |