diff options
Diffstat (limited to 'sql/field.h')
-rw-r--r-- | sql/field.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/field.h b/sql/field.h index 420ff6866bd..72c99c37fb7 100644 --- a/sql/field.h +++ b/sql/field.h @@ -997,7 +997,7 @@ public: */ virtual int store_from_statistical_minmax_field(Field *field, String *str); -#ifdef HAVE_valgrind_or_MSAN +#ifdef HAVE_valgrind /** Mark unused memory in the field as defined. Mainly used to ensure that if we write full field to disk (for example in @@ -4136,7 +4136,7 @@ public: } int store(const char *to,size_t length,CHARSET_INFO *charset) override; using Field_str::store; -#ifdef HAVE_valgrind_or_MSAN +#ifdef HAVE_valgrind void mark_unused_memory_as_defined() override; #endif double val_real() override; |