mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Build the generic RPMs including the "partition" feature. bug#23949
support-files/mysql.spec.sh: Add the "partition" feature to the server configuration, whether debugging or not. (bug#23949)
This commit is contained in:
@ -318,6 +318,7 @@ BuildMySQL "--enable-shared \
|
||||
--with-example-storage-engine \
|
||||
--with-blackhole-storage-engine \
|
||||
--with-federated-storage-engine \
|
||||
--with-partition \
|
||||
--with-big-tables \
|
||||
--with-comment=\"MySQL Community Server - Debug (GPL)\"")
|
||||
|
||||
@ -348,6 +349,7 @@ BuildMySQL "--enable-shared \
|
||||
--with-example-storage-engine \
|
||||
--with-blackhole-storage-engine \
|
||||
--with-federated-storage-engine \
|
||||
--with-partition \
|
||||
--with-embedded-server \
|
||||
--with-big-tables \
|
||||
--with-comment=\"MySQL Community Server (GPL)\"")
|
||||
|
Reference in New Issue
Block a user