Skip to content

Commit

Permalink
Fix compilation error when compiling with valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Apr 26, 2018
1 parent e86c0a5 commit 03da125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/tokudb/PerconaFT/portability/toku_race_tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
# define TOKU_ANNOTATE_IGNORE_WRITES_BEGIN() ((void) 0)
# define TOKU_ANNOTATE_IGNORE_WRITES_END() ((void) 0)
# define TOKU_VALGRIND_RESET_MUTEX_ORDERING_INFO(mutex)
#undef RUNNING_ON_VALGRIND
# define RUNNING_ON_VALGRIND (0U)

#endif

// Valgrind 3.10.1 (and previous versions).
Expand Down

0 comments on commit 03da125

Please sign in to comment.