summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/my_decimal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/my_decimal.h b/sql/my_decimal.h
index 72692e54d35..845aecb972c 100644
--- a/sql/my_decimal.h
+++ b/sql/my_decimal.h
@@ -99,7 +99,7 @@ class my_decimal :public decimal_t
To catch them, we allocate dummy fields around the buffer,
and test that their values do not change.
*/
-#if !defined(DBUG_OFF) && defined(HAVE_valgrind)
+#if !defined(DBUG_OFF)
int foo1;
#endif