Commit 5cbb18cb authored by Monty's avatar Monty

Fixed typo in InnoDB when compiling with VALGRIND

parent 1813d92d
...@@ -290,7 +290,7 @@ class ReadView: public ReadViewBase ...@@ -290,7 +290,7 @@ class ReadView: public ReadViewBase
MEM_UNDEFINED(&m_mutex, sizeof m_mutex); MEM_UNDEFINED(&m_mutex, sizeof m_mutex);
#endif #endif
#ifdef HAVE_valgrind #ifdef HAVE_valgrind
MEM_MAKE_VALID(&m_mutex, sizeof m_mutex); MEM_MAKE_DEFINED(&m_mutex, sizeof m_mutex);
#endif #endif
} }
}; };
......
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