Commit b09ae0ab authored by unknown's avatar unknown
Browse files

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)
parent ce963d0c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)\"")