Commit 08694dc2 authored by lenz@mysql.com's avatar lenz@mysql.com

- fixed enabling the Archive storage engine for the mysqld-max RPM binary

parent 6893e596
...@@ -300,7 +300,7 @@ BuildMySQL "--enable-shared \ ...@@ -300,7 +300,7 @@ BuildMySQL "--enable-shared \
--with-innodb \ --with-innodb \
--with-ndbcluster \ --with-ndbcluster \
--with-raid \ --with-raid \
--with-archive \ --with-archive-storage-engine \
--with-csv-storage-engine \ --with-csv-storage-engine \
--with-example-storage-engine \ --with-example-storage-engine \
--with-blackhole-storage-engine \ --with-blackhole-storage-engine \
...@@ -668,6 +668,10 @@ fi ...@@ -668,6 +668,10 @@ fi
# itself - note that they must be ordered by date (important when # itself - note that they must be ordered by date (important when
# merging BK trees) # merging BK trees)
%changelog %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> * Tue Aug 02 2005 Lenz Grimmer <lenz@mysql.com>
- Fixed the Requires: tag for the server RPM (BUG 12233) - Fixed the Requires: tag for the server RPM (BUG 12233)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment