From b09ae0ab10f4efd3c614d5cbe6cbb8413ca9d24b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 13 Nov 2006 11:10:27 +0100 Subject: [PATCH] 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) --- support-files/mysql.spec.sh | 2 ++ 1 file changed, 2 insertions(+) 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)\"")