summaryrefslogtreecommitdiff
path: root/support-files/mysql.spec.sh
diff options
context:
space:
mode:
authorkent@mysql.com <>2006-05-17 23:41:56 +0200
committerkent@mysql.com <>2006-05-17 23:41:56 +0200
commitd48e55eefd251a9c0ceef2cbbca90ed61305f5ee (patch)
tree200d6c17e98b7c7fded8175be7e00f5ed94878d7 /support-files/mysql.spec.sh
parent5d6fe2770c49b347366e5f1d69df3e1c87bff30b (diff)
parent9fca0d766b3a35b9ac930546dc691b5ed9338b7f (diff)
downloadmariadb-git-d48e55eefd251a9c0ceef2cbbca90ed61305f5ee.tar.gz
Merge
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r--support-files/mysql.spec.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 9b15806f880..fc43487714a 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -319,7 +319,7 @@ BuildMySQL "--enable-shared \
--with-example-storage-engine \
--with-blackhole-storage-engine \
--with-federated-storage-engine \
- --with-big-tables \
+ --with-big-tables \
--with-comment=\"MySQL Community Server - Max (GPL)\"")
# We might want to save the config log file
@@ -686,9 +686,9 @@ fi
%changelog
* Wed May 10 2006 Kent Boortz <kent@mysql.com>
-- Use character set "all" for the "max", to make Cluster nodes
- independent on the character set directory, and the problem that
- two RPM sub packages both wants to install this directory.
+- Use character set "all" when compiling with Cluster, to make Cluster
+ nodes independent on the character set directory, and the problem
+ that two RPM sub packages both wants to install this directory.
* Mon May 01 2006 Kent Boortz <kent@mysql.com>