Skip to content

Commit 5b5bce8

Browse files
committed
Merge 10.0 into 10.1
2 parents 5044dae + 833fda8 commit 5b5bce8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

storage/innobase/include/univ.i

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*****************************************************************************
22
33
Copyright (c) 1994, 2016, Oracle and/or its affiliates. All Rights Reserved.
4+
Copyright (c) 2013, 2017, MariaDB Corporation.
45
Copyright (c) 2008, Google Inc.
56
Copyright (c) 2013, 2015, MariaDB Corporation.
67
@@ -172,7 +173,7 @@ command. Not tested on Windows. */
172173
#define UNIV_COMPILE_TEST_FUNCS
173174
*/
174175

175-
#if defined(HAVE_valgrind)&& defined(HAVE_VALGRIND_MEMCHECK_H)
176+
#if defined HAVE_valgrind && defined HAVE_VALGRIND
176177
# define UNIV_DEBUG_VALGRIND
177178
#endif /* HAVE_VALGRIND */
178179
#if 0

storage/xtradb/include/univ.i

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*****************************************************************************
22
33
Copyright (c) 1994, 2016, Oracle and/or its affiliates. All Rights Reserved.
4+
Copyright (c) 2013, 2017, MariaDB Corporation.
45
Copyright (c) 2008, Google Inc.
56
Copyright (c) 2013, 2015, MariaDB Corporation.
67
@@ -184,7 +185,7 @@ command. Not tested on Windows. */
184185
#define UNIV_COMPILE_TEST_FUNCS
185186
*/
186187

187-
#if defined(HAVE_valgrind)&& defined(HAVE_VALGRIND_MEMCHECK_H)
188+
#if defined HAVE_valgrind && defined HAVE_VALGRIND
188189
# define UNIV_DEBUG_VALGRIND
189190
#endif
190191
#if 0

0 commit comments

Comments
 (0)