Commit c07a0aef authored by Marko Mäkelä's avatar Marko Mäkelä

Merge Vasil Dimov 2010-09-09 Enable UNIV_DEBUG when WITH_DEBUG is defined

parents 3578a30f c9d8e820
...@@ -40,12 +40,10 @@ IF(UNIX) ...@@ -40,12 +40,10 @@ IF(UNIX)
ENDIF() ENDIF()
ENDIF() ENDIF()
# Enable InnoDB's UNIV_DEBUG if MySQL's WITH_DEBUG[_FULL] is defined # Enable InnoDB's UNIV_DEBUG if MySQL's WITH_DEBUG is defined
# enable when this bug is resolved: IF(WITH_DEBUG)
# Bug#54861 Additional connections not handled properly in mtr --embedded ADD_DEFINITIONS("-DUNIV_DEBUG")
#IF(WITH_DEBUG) ENDIF()
# ADD_DEFINITIONS("-DUNIV_DEBUG")
#ENDIF()
IF(NOT MSVC) IF(NOT MSVC)
# either define HAVE_IB_GCC_ATOMIC_BUILTINS or not # either define HAVE_IB_GCC_ATOMIC_BUILTINS or not
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment