diff options
author | lenz@mysql.com <> | 2004-02-04 12:44:34 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2004-02-04 12:44:34 +0100 |
commit | 2fa7447a1659d7503a73183bac8a81ab041918ab (patch) | |
tree | adc3e3beb1e1dee4745534b5d939bfec33d1dbca /support-files | |
parent | 496f340060505d8e7f4add9eb183f9586329234a (diff) | |
parent | 9736c9c457dcf75768f1451241010d03a8ee196b (diff) | |
download | mariadb-git-2fa7447a1659d7503a73183bac8a81ab041918ab.tar.gz |
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
into mysql.com:/space/my/mysql-4.0
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 e25a8a40c71..3ee602e7504 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -467,6 +467,7 @@ fi %attr(755, root, root) %{_bindir}/isamlog %attr(755, root, root) %{_bindir}/my_print_defaults %attr(755, root, root) %{_bindir}/myisamchk +%attr(755, root, root) %{_bindir}/myisam_ftdump %attr(755, root, root) %{_bindir}/myisamlog %attr(755, root, root) %{_bindir}/myisampack %attr(755, root, root) %{_bindir}/mysql_convert_table_format @@ -572,6 +573,10 @@ fi # The spec file changelog only includes changes made to the spec file # itself %changelog +* Tue Feb 03 2004 Lenz Grimmer <lenz@mysql.com> + +- added myisam_ftdump to the Server package + * Mon Dec 22 2003 Lenz Grimmer <lenz@mysql.com> - marked /etc/logrotate.d/mysql as a config file (BUG 2156) |