Commit d087e755 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Berkeley DB on Fedora 8 has lots more complaints. Found while working on Addresses #27.

git-svn-id: file:///svn/tokudb@1950 c7de825b-a66e-492c-adef-691d508d4ae1
parent a5a62d66
...@@ -123,16 +123,32 @@ FOO_NO_VGRIND = \ ...@@ -123,16 +123,32 @@ FOO_NO_VGRIND = \
reverse_compare_fun \ reverse_compare_fun \
# Comment to terminate list so the previous line can end with a slash # Comment to terminate list so the previous line can end with a slash
# For BDB, VGRIND isn't happy
NO_VGRIND = \ NO_VGRIND = \
abort1 \
cursor_delete \
cursor_delete_next \
cursor_flags \
cursor_db_current \
cursor_nonleaf_expand \
cursor_stickyness \
db_already_exists \
db_assoc3 \
db_dbt_appmalloc \ db_dbt_appmalloc \
db_dbt_mem_behavior \ db_dbt_mem_behavior \
db_assoc3 \ db_donotindex \
db_curs2 \ db_curs2 \
db_delete \ db_delete \
db_env_open_nocreate \ db_env_open_nocreate \
db_env_open_open_close \ db_env_open_open_close \
db_open_notexist_reopen \ db_open_notexist_reopen \
db_remove_subdb \ db_remove_subdb \
db_set_flags \
db_subdb \
dup_delete \
dup_dup \
dup_flags \
dup_insert \
log4 \ log4 \
log5 \ log5 \
# Comment to terminate list so the previous line can end with a slash # Comment to terminate list so the previous line can end with a slash
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment