summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <joerg@trift2.>2006-11-13 11:10:27 +0100
committerunknown <joerg@trift2.>2006-11-13 11:10:27 +0100
commitb09ae0ab10f4efd3c614d5cbe6cbb8413ca9d24b (patch)
tree2a84b2e0c5db3aceb92658a57fc4935ede2ebba9 /support-files
parentce963d0c8e3243b558ea54c11e8c5824b8dcf3b8 (diff)
downloadmariadb-git-b09ae0ab10f4efd3c614d5cbe6cbb8413ca9d24b.tar.gz
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)
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 60548210b7d..6c860f273d4 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -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)\"")