diff options
author | unknown <lenz@mysql.com> | 2005-04-21 08:30:59 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-04-21 08:30:59 +0200 |
commit | 53eb1b5b5784ff746676841e28a143229725f21a (patch) | |
tree | 6f4bc8c183a27ea278c3b6de77ee2435db987feb /support-files | |
parent | 241bedadeb19d6d08976a915c0c958eadd51c5c6 (diff) | |
parent | 9b1db3efdaba71e4242d9af0053c40b29879d2ba (diff) | |
download | mariadb-git-53eb1b5b5784ff746676841e28a143229725f21a.tar.gz |
- manual merge
sql/share/Makefile.am:
Auto merged
tools/Makefile.am:
Auto merged
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 9568e4b291b..5e7499c5e5c 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -330,6 +330,7 @@ BuildMySQL "--enable-shared \ --with-archive \ --with-csv-storage-engine \ --with-example-storage-engine \ + --with-blackhole-storage-engine \ --with-federated-storage-engine \ --with-embedded-server \ --with-comment=\"MySQL Community Edition - Max (GPL)\" \ @@ -685,6 +686,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 |