mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
InnoDB: Enable ut_ad() assertions in MySQL debug builds.
innobase/include/univ.i: InnoDB: Define UNIV_DEBUG when DBUG_ON (in MySQL) is defined. This enables InnoDB debug assertions in debug builds of mysqld.
This commit is contained in:
parent
25c2d1adb0
commit
b7c59b9e22
1 changed files with 3 additions and 1 deletions
|
@ -86,8 +86,10 @@ memory is read outside the allocated blocks. */
|
|||
|
||||
/* Make a non-inline debug version */
|
||||
|
||||
#ifdef DBUG_ON
|
||||
# define UNIV_DEBUG
|
||||
#endif /* DBUG_ON */
|
||||
/*
|
||||
#define UNIV_DEBUG
|
||||
#define UNIV_SYNC_DEBUG
|
||||
#define UNIV_MEM_DEBUG
|
||||
|
||||
|
|
Loading…
Reference in a new issue