diff options
author | unknown <lenz@mysql.com> | 2005-04-20 08:39:08 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-04-20 08:39:08 +0200 |
commit | 9b1db3efdaba71e4242d9af0053c40b29879d2ba (patch) | |
tree | d3a3f55c3d34816f6e378f953baf9e07b22718ea /support-files | |
parent | 33ea3ff34525129f896ef431185cef60f259ee21 (diff) | |
download | mariadb-git-9b1db3efdaba71e4242d9af0053c40b29879d2ba.tar.gz |
- Enabled the "blackhole" storage engine for the Max RPM subpackage
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index df21ad63377..1de315b6458 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -331,6 +331,7 @@ BuildMySQL "--enable-shared \ --with-archive \ --with-csv-storage-engine \ --with-example-storage-engine \ + --with-blackhole-storage-engine \ --with-embedded-server \ --with-comment=\"MySQL Community Edition - Max (GPL)\" \ --with-server-suffix='-Max'" @@ -688,6 +689,10 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Wed Apr 20 2005 Lenz Grimmer <lenz@mysql.com> + +- Enabled the "blackhole" storage engine for the Max RPM + * Wed Apr 13 2005 Lenz Grimmer <lenz@mysql.com> - removed the MySQL manual files (html/ps/texi) - they have been removed |