mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Enable UNIV_DEBUG when WITH_DEBUG is defined
This commit is contained in:
parent
245a142d26
commit
c9d8e8209a
1 changed files with 4 additions and 6 deletions
|
|
@ -40,12 +40,10 @@ IF(UNIX)
|
|||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
# Enable InnoDB's UNIV_DEBUG if MySQL's WITH_DEBUG[_FULL] is defined
|
||||
# enable when this bug is resolved:
|
||||
# Bug#54861 Additional connections not handled properly in mtr --embedded
|
||||
#IF(WITH_DEBUG)
|
||||
# ADD_DEFINITIONS("-DUNIV_DEBUG")
|
||||
#ENDIF()
|
||||
# Enable InnoDB's UNIV_DEBUG if MySQL's WITH_DEBUG is defined
|
||||
IF(WITH_DEBUG)
|
||||
ADD_DEFINITIONS("-DUNIV_DEBUG")
|
||||
ENDIF()
|
||||
|
||||
IF(NOT MSVC)
|
||||
# either define HAVE_IB_GCC_ATOMIC_BUILTINS or not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue