diff options
author | unknown <kent@mysql.com> | 2005-10-14 22:11:52 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-10-14 22:11:52 +0200 |
commit | f242afb0c73ff81844d1db15e1174dd57e25bc6d (patch) | |
tree | 16697e87012bfe2627aded92e92d421c4fced8a3 /support-files | |
parent | 171bf938396b0869cec1d70505edc249a5924942 (diff) | |
download | mariadb-git-f242afb0c73ff81844d1db15e1174dd57e25bc6d.tar.gz |
mysql.spec.sh:
Removed unneeded/obsolte configure options
Added archive engine to standard server
Removed the embedded server from experimental server
Changed suffix "-Max" => "-max"
Changed comment string "Max" => "Experimental"
support-files/mysql.spec.sh:
Removed unneeded/obsolte configure options
Added archive engine to standard server
Removed the embedded server from experimental server
Changed suffix "-Max" => "-max"
Changed comment string "Max" => "Experimental"
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 588e367a080..6e71ec198bc 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -252,8 +252,6 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ --with-readline ; # Add this for more debugging support # --with-debug - # Add this for MyISAM RAID support: - # --with-raid " # benchdir does not fit in above model. Maybe a separate bench distribution @@ -296,7 +294,6 @@ then fi BuildMySQL "--enable-shared \ - --without-openssl \ --with-berkeley-db \ --with-innodb \ --with-ndbcluster \ @@ -305,9 +302,8 @@ BuildMySQL "--enable-shared \ --with-example-storage-engine \ --with-blackhole-storage-engine \ --with-federated-storage-engine \ - --with-embedded-server \ - --with-comment=\"MySQL Community Edition - Max (GPL)\" \ - --with-server-suffix='-Max'" + --with-comment=\"MySQL Community Edition - Experimental (GPL)\" \ + --with-server-suffix='-max'" make test-force || true @@ -356,11 +352,8 @@ BuildMySQL "--disable-shared \ %endif --with-comment=\"MySQL Community Edition - Standard (GPL)\" \ --with-server-suffix='%{server_suffix}' \ - --without-embedded-server \ - --without-berkeley-db \ - --with-innodb \ - --without-vio \ - --without-openssl" + --with-archive-storage-engine \ + --with-innodb" nm --numeric-sort sql/mysqld > sql/mysqld.sym make test-force || true |