diff options
author | unknown <petr@mysql.com> | 2005-01-04 00:48:13 +0100 |
---|---|---|
committer | unknown <petr@mysql.com> | 2005-01-04 00:48:13 +0100 |
commit | bbf445f0374d091ea38986a5e2d4512cf2b8bb88 (patch) | |
tree | 0bc57c78e67f37aeaebb16dc57dad5580ab3a0ff /support-files | |
parent | 114b315474f0c1cb0cebf5d326b9b1412f5f6d8e (diff) | |
parent | 4d7bf9b82a0d427dbc4ae8b1cad07fbb0b9ba610 (diff) | |
download | mariadb-git-bbf445f0374d091ea38986a5e2d4512cf2b8bb88.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/users/pchardin/mysql-5.0
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index e7f8a035a15..7d1b5629ea9 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -468,8 +468,6 @@ fi %doc %attr(644, root, root) %{_infodir}/mysql.info* -%doc %attr(644, root, man) %{_mandir}/man1/isamchk.1* -%doc %attr(644, root, man) %{_mandir}/man1/isamlog.1* %doc %attr(644, root, man) %{_mandir}/man1/mysql_zap.1* %doc %attr(644, root, man) %{_mandir}/man1/mysqld.1* %doc %attr(644, root, man) %{_mandir}/man1/mysql_fix_privilege_tables.1* @@ -480,8 +478,6 @@ fi %ghost %config(noreplace,missingok) %{_sysconfdir}/my.cnf -%attr(755, root, root) %{_bindir}/isamchk -%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 @@ -502,7 +498,6 @@ fi %attr(755, root, root) %{_bindir}/mysqld_safe %attr(755, root, root) %{_bindir}/mysqlhotcopy %attr(755, root, root) %{_bindir}/mysqltest -%attr(755, root, root) %{_bindir}/pack_isam %attr(755, root, root) %{_bindir}/perror %attr(755, root, root) %{_bindir}/replace %attr(755, root, root) %{_bindir}/resolve_stack_dump @@ -556,7 +551,6 @@ fi %{_includedir}/mysql/* %{_libdir}/mysql/libdbug.a %{_libdir}/mysql/libheap.a -%{_libdir}/mysql/libmerge.a %if %{have_libgcc} %{_libdir}/mysql/libmygcc.a %endif @@ -568,7 +562,6 @@ fi %{_libdir}/mysql/libmysqlclient_r.la %{_libdir}/mysql/libmystrings.a %{_libdir}/mysql/libmysys.a -%{_libdir}/mysql/libnisam.a %{_libdir}/mysql/libvio.a %files shared @@ -597,6 +590,11 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Tue Jan 04 2005 Petr Chardin <petr@mysql.com> + +- ISAM and merge storage engines were purged. As well as appropriate + tools and manpages (isamchk and isamlog) + * Thu Aug 26 2004 Lenz Grimmer <lenz@mysql.com> - MySQL-Max now requires MySQL-server instead of MySQL (BUG 3860) |