Commit f5afc8ad authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#4525 ignore ydb status for drd refs[t:4525]

git-svn-id: file:///svn/toku/tokudb@40072 c7de825b-a66e-492c-adef-691d508d4ae1
parent 539c2458
......@@ -3382,3 +3382,10 @@ toku_test_get_checkpointing_user_data_status (void) {
#undef STATUS_VALUE
#undef PERSISTENT_UPGRADE_STATUS_VALUE
#include <valgrind/drd.h>
void __attribute__((constructor)) toku_ydb_drd_ignore(void);
void
toku_ydb_drd_ignore(void) {
DRD_IGNORE_VAR(ydb_layer_status);
}
......@@ -1177,3 +1177,9 @@ locked_ydb_load_inames(DB_ENV * env, DB_TXN * txn, int N, DB * dbs[N], char * ne
#undef STATUS_VALUE
#include <valgrind/drd.h>
void __attribute__((constructor)) toku_ydb_db_drd_ignore(void);
void
toku_ydb_db_drd_ignore(void) {
DRD_IGNORE_VAR(ydb_db_layer_status);
}
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