Kaynağa Gözat

revert my idea: CSV is always required

Ralf S. Engelschall 19 yıl önce
ebeveyn
işleme
ac470dcf21
1 değiştirilmiş dosya ile 1 ekleme ve 6 silme
  1. 1 6
      mysql51/mysql51.spec

+ 1 - 6
mysql51/mysql51.spec

@@ -49,7 +49,6 @@ Release:      20061012
 %option       with_federated   no
 %option       with_ndbcluster  no
 %option       with_partition   no
-%option       with_csv         no
 %option       with_ssl         no
 %option       with_embedded    no
 
@@ -133,6 +132,7 @@ Provides:     mysql = %{version}-%{release}
         --without-server \
 %else
         --with-server \
+        --with-plugin-csv \
         --with-plugin-heap \
         --with-plugin-myisam \
         --with-plugin-myisammrg \
@@ -166,11 +166,6 @@ Provides:     mysql = %{version}-%{release}
 %else
         --without-plugin-partition \
 %endif
-%if "%{with_csv}" == "yes"
-        --with-plugin-csv \
-%else
-        --without-plugin-csv \
-%endif
 %endif
         --with-zlib-dir=%{l_prefix} \
 %if "%{with_ssl}" == "yes"