mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
This commit is contained in:
commit
3cad31f2a7
522 changed files with 11091 additions and 4683 deletions
|
|
@ -49,9 +49,9 @@ ENDIF()
|
|||
SET(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING
|
||||
"Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel")
|
||||
|
||||
# MAX_INDEXES - Set the maximum number of indexes per table, default 64U
|
||||
# MAX_INDEXES - Set the maximum number of indexes per table, default 64
|
||||
IF (NOT MAX_INDEXES)
|
||||
SET(MAX_INDEXES 64U)
|
||||
SET(MAX_INDEXES 64)
|
||||
ENDIF(NOT MAX_INDEXES)
|
||||
|
||||
IF (${MAX_INDEXES} GREATER 128)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue