Commit 3d2c88ad authored by Vasil Dimov's avatar Vasil Dimov

Disable UNIV_DEBUG when WITH_DEBUG is enabled

It causes lots of failures due to
Bug#54861 Additional connections not handled properly in mtr --embedded
should be re-enabled when that bug is resolved
parent 7f1e5a37
...@@ -41,9 +41,11 @@ IF(UNIX) ...@@ -41,9 +41,11 @@ IF(UNIX)
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[_FULL] is defined
IF(WITH_DEBUG OR WITH_DEBUG_FULL) # enable when this bug is resolved:
ADD_DEFINITIONS("-DUNIV_DEBUG") # Bug#54861 Additional connections not handled properly in mtr --embedded
ENDIF() #IF(WITH_DEBUG OR WITH_DEBUG_FULL)
# 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