summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-04-30 11:27:13 +0200
committerunknown <lenz@mysql.com>2003-04-30 11:27:13 +0200
commitf84febcde61c3a7b3ba043d6545c8f71cadf4dce (patch)
tree04b6bfc953972394dafbbd4c2d32d8595d77f1f3 /support-files
parent6db41f7793d81c08f042e0b1ff23e5d387b2976f (diff)
downloadmariadb-git-f84febcde61c3a7b3ba043d6545c8f71cadf4dce.tar.gz
- disabled MyISAM RAID (--with-raid) for the 4.0 Max binaries for now
(several users reported crashes, even when not using RAID) (see bug #346)
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 500b308e686..64a1a73bad5 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -16,7 +16,7 @@ Copyright: GPL
Source: http://www.mysql.com/Downloads/MySQL-@MYSQL_BASE_VERSION@/mysql-%{mysql_version}.tar.gz
Icon: mysql.gif
URL: http://www.mysql.com/
-Packager: Lenz Grimmer <lenz@mysql.com>
+Packager: Lenz Grimmer <build@mysql.com>
Vendor: MySQL AB
Requires: fileutils sh-utils
Provides: msqlormysql MySQL-server mysql
@@ -257,7 +257,6 @@ export PATH
BuildMySQL "--enable-shared \
--with-berkeley-db \
--with-innodb \
- --with-raid \
--with-server-suffix='-Max'"
# Save everything for debug
@@ -536,6 +535,11 @@ fi
%changelog
+* Wed Apr 30 2003 Lenz Grimmer <lenz@mysql.com>
+
+- disabled MyISAM RAID (--with-raid) - it throws an assertion which
+ needs to be investigated first.
+
* Mon Mar 10 2003 Lenz Grimmer <lenz@mysql.com>
- added missing file mysql_secure_installation to server subpackage