summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2005-08-04 12:49:18 +0200
committerunknown <lenz@mysql.com>2005-08-04 12:49:18 +0200
commite012ec5207100c992fc1c7f04fe5e8ab094c0c7b (patch)
tree1a98043dac3a9777e559d15734e914a90c88a366
parent357ebcc284c9d5c5e18c6badc419001831a108db (diff)
parent3986a1f86a679f09767b9352470752784434e437 (diff)
downloadmariadb-git-e012ec5207100c992fc1c7f04fe5e8ab094c0c7b.tar.gz
Merge mysql.com:/space/my/mysql-4.1
into mysql.com:/space/my/mysql-4.1-build sql/ha_innodb.cc: Auto merged support-files/mysql.spec.sh: Auto merged
-rw-r--r--support-files/mysql.spec.sh10
1 files changed, 8 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 3c58e642a1d..b563972e08a 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -300,7 +300,7 @@ BuildMySQL "--enable-shared \
--with-innodb \
--with-ndbcluster \
--with-raid \
- --with-archive \
+ --with-archive-storage-engine \
--with-csv-storage-engine \
--with-example-storage-engine \
--with-blackhole-storage-engine \
@@ -439,7 +439,7 @@ fi
# Create a MySQL user and group. Do not report any problems if it already
# exists.
-groupadd -r -c "MySQL server" %{mysqld_user} 2> /dev/null || true
+groupadd -r %{mysqld_user} 2> /dev/null || true
useradd -M -r -d $mysql_datadir -s /bin/bash -c "MySQL server" -g %{mysqld_user} %{mysqld_user} 2> /dev/null || true
# Change permissions so that the user that will run the MySQL daemon
@@ -668,6 +668,12 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
+* Thu Aug 04 2005 Lenz Grimmer <lenz@mysql.com>
+
+- Fixed the creation of the mysql user group account in the postinstall
+ section (BUG 12348)
+- Fixed enabling the Archive storage engine in the Max binary
+
* Tue Aug 02 2005 Lenz Grimmer <lenz@mysql.com>
- Fixed the Requires: tag for the server RPM (BUG 12233)