|
|
@@ -136,6 +136,11 @@ Provides: mysql = %{version}-%{release}
|
|
|
--with-plugin-heap \
|
|
|
--with-plugin-myisam \
|
|
|
--with-plugin-myisammrg \
|
|
|
+%if "%{with_innobase}" == "yes"
|
|
|
+ --with-plugin-innobase \
|
|
|
+%else
|
|
|
+ --without-plugin-innobase \
|
|
|
+%endif
|
|
|
%if "%{with_archive}" == "yes"
|
|
|
--with-plugin-archive \
|
|
|
%else
|
|
|
@@ -151,11 +156,6 @@ Provides: mysql = %{version}-%{release}
|
|
|
%else
|
|
|
--without-plugin-federated \
|
|
|
%endif
|
|
|
-%if "%{with_innobase}" == "yes"
|
|
|
- --with-plugin-innobase \
|
|
|
-%else
|
|
|
- --without-plugin-innobase \
|
|
|
-%endif
|
|
|
%if "%{with_ndbcluster}" == "yes"
|
|
|
--with-plugin-ndbcluster \
|
|
|
%else
|