mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Merge 10.1 into 10.2
This commit is contained in:
commit
fd0479ce59
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
/*****************************************************************************
|
||||
|
||||
Copyright (c) 1994, 2016, Oracle and/or its affiliates. All Rights Reserved.
|
||||
Copyright (c) 2013, 2017, MariaDB Corporation.
|
||||
Copyright (c) 2008, Google Inc.
|
||||
Copyright (c) 2013, 2016, MariaDB Corporation.
|
||||
|
||||
Portions of this file contain modifications contributed and copyrighted by
|
||||
Google, Inc. Those modifications are gratefully acknowledged and are described
|
||||
|
@ -184,7 +184,7 @@ command. */
|
|||
#define UNIV_ENABLE_UNIT_TEST_ROW_RAW_FORMAT_INT
|
||||
*/
|
||||
|
||||
#if defined HAVE_VALGRIND
|
||||
#if defined HAVE_valgrind && defined HAVE_VALGRIND
|
||||
# define UNIV_DEBUG_VALGRIND
|
||||
#endif /* HAVE_VALGRIND */
|
||||
#if 0
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/*****************************************************************************
|
||||
|
||||
Copyright (c) 1994, 2016, Oracle and/or its affiliates. All Rights Reserved.
|
||||
Copyright (c) 2013, 2017, MariaDB Corporation.
|
||||
Copyright (c) 2008, Google Inc.
|
||||
Copyright (c) 2013, 2015, MariaDB Corporation.
|
||||
|
||||
Portions of this file contain modifications contributed and copyrighted by
|
||||
Google, Inc. Those modifications are gratefully acknowledged and are described
|
||||
|
@ -184,7 +184,7 @@ command. Not tested on Windows. */
|
|||
#define UNIV_COMPILE_TEST_FUNCS
|
||||
*/
|
||||
|
||||
#if defined(HAVE_valgrind)&& defined(HAVE_VALGRIND_MEMCHECK_H)
|
||||
#if defined HAVE_valgrind && defined HAVE_VALGRIND
|
||||
# define UNIV_DEBUG_VALGRIND
|
||||
#endif
|
||||
#if 0
|
||||
|
|
Loading…
Reference in a new issue