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 | e0d05abd816913feaed14f130b4ff0f405c286a1 (patch) | |
tree | 6f4bc8c183a27ea278c3b6de77ee2435db987feb /support-files | |
parent | 55e5a72f81104bab4d993b7c6e693f53c51cd9e8 (diff) | |
parent | 8262ba1cefa0d8a464e803faa5a434a988d943f8 (diff) | |
download | mariadb-git-e0d05abd816913feaed14f130b4ff0f405c286a1.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 |