1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

- 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
This commit is contained in:
unknown
2005-08-04 11:57:30 +02:00
parent 820a9c5f34
commit 5107f1ab50

View File

@ -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)