Commit 830de7e5 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#4366 get tiny stress tests with drd to pass refs[t:4366]

git-svn-id: file:///svn/toku/tokudb@38592 c7de825b-a66e-492c-adef-691d508d4ae1
parent e41f317e
...@@ -109,7 +109,6 @@ multi_operation_checkpoint_unlock(void) { ...@@ -109,7 +109,6 @@ multi_operation_checkpoint_unlock(void) {
assert(r == 0); assert(r == 0);
} }
static int static int
checkpoint_safe_lock_init(void) { checkpoint_safe_lock_init(void) {
int r = toku_pthread_rwlock_init(&checkpoint_safe_lock, NULL); int r = toku_pthread_rwlock_init(&checkpoint_safe_lock, NULL);
...@@ -296,4 +295,6 @@ void __attribute__((__constructor__)) toku_checkpoint_drd_ignore(void); ...@@ -296,4 +295,6 @@ void __attribute__((__constructor__)) toku_checkpoint_drd_ignore(void);
void void
toku_checkpoint_drd_ignore(void) { toku_checkpoint_drd_ignore(void) {
DRD_IGNORE_VAR(cp_status); DRD_IGNORE_VAR(cp_status);
DRD_IGNORE_VAR(locked_mo);
DRD_IGNORE_VAR(locked_cs);
} }
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