Commit b7c59b9e authored by unknown's avatar unknown
Browse files

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.
parent 25c2d1ad
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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_SYNC_DEBUG
#define UNIV_MEM_DEBUG