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:
unknown 2005-01-25 14:16:41 +02:00
parent 25c2d1adb0
commit b7c59b9e22

View file

@ -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