mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Enable InnoDB's UNIV_DEBUG if MySQL's WITH_DEBUG[_FULL] is defined
This will make PB2 test InnoDB with UNIV_DEBUG on its *_debug platforms Discussed with: Marko (on IRC)
This commit is contained in:
parent
3ca1a91eb0
commit
1161ec0836
1 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,10 @@ IF(UNIX)
|
|||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
# Enable InnoDB's UNIV_DEBUG if MySQL's WITH_DEBUG[_FULL] is defined
|
||||
IF(WITH_DEBUG OR WITH_DEBUG_FULL)
|
||||
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