mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02:00
- enabled compiling with NDB cluster in compile-pentium-debug-max
BUILD/compile-pentium-debug-max: - enable compiling with NDB cluster
This commit is contained in:
parent
1a34c83cb3
commit
4bde9b834a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ c_warnings="$c_warnings $debug_extra_warnings"
|
|||
cxx_warnings="$cxx_warnings $debug_extra_warnings"
|
||||
extra_configs="$pentium_configs $debug_configs"
|
||||
|
||||
extra_configs="$extra_configs --with-berkeley-db --with-innodb --without-isam --with-embedded-server --with-openssl --with-raid --with-vio"
|
||||
extra_configs="$extra_configs --with-berkeley-db --with-innodb --without-isam --with-embedded-server --with-openssl --with-raid --with-vio --with-ndbcluster"
|
||||
|
||||
. "$path/FINISH.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue