diff options
author | unknown <lenz@mysql.com> | 2005-08-04 11:57:30 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-08-04 11:57:30 +0200 |
commit | 5107f1ab50a02c81eff36f59e8b492c9de88e9d6 (patch) | |
tree | 0b6d131f20d37843a8c0c4a03fb4af5efebf5594 /support-files | |
parent | 820a9c5f3464d85a8998ecde16fca332522239a1 (diff) | |
download | mariadb-git-5107f1ab50a02c81eff36f59e8b492c9de88e9d6.tar.gz |
- fixed enabling the Archive storage engine for the mysqld-max RPM binary
support-files/mysql.spec.sh:
- fixed enabling the Archive storage engine for the mysqld-max binary
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 3c58e642a1d..81fed07079f 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 \ @@ -668,6 +668,10 @@ 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 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) |