summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorlenz@mysql.com <>2004-02-03 22:25:02 +0100
committerlenz@mysql.com <>2004-02-03 22:25:02 +0100
commit9736c9c457dcf75768f1451241010d03a8ee196b (patch)
tree4d5e699655a0f5aaa18c632876846c824a1a5d32 /support-files
parenta3dc5449e95d6c62c983ce7139d8e09a96f2e29e (diff)
downloadmariadb-git-9736c9c457dcf75768f1451241010d03a8ee196b.tar.gz
- renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the
binary distribution and Server RPM
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh5
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)