-
Marko Mäkelä authored
REPLACE REFERENCES TO DBUG_OFF InnoDB used two independent compile-time flags that distinguish debug and non-debug builds, which is confusing. We replace all DBUG_OFF references in InnoDB with UNIV_DEBUG. Also, make ut_ad() and alias of DBUG_ASSERT(). RB: 12244 Reviewed-by:
Jimmy Yang <jimmy.yang@oracle.com>
Marko Mäkelä authoredREPLACE REFERENCES TO DBUG_OFF InnoDB used two independent compile-time flags that distinguish debug and non-debug builds, which is confusing. We replace all DBUG_OFF references in InnoDB with UNIV_DEBUG. Also, make ut_ad() and alias of DBUG_ASSERT(). RB: 12244 Reviewed-by:
Jimmy Yang <jimmy.yang@oracle.com>
Loading