summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcmiller@maint1.mysql.com <>2006-07-07 23:00:33 +0200
committercmiller@maint1.mysql.com <>2006-07-07 23:00:33 +0200
commit8a7ae86ef22d12ceb45049b6dfbf941e2d5a2e94 (patch)
tree93372a355b92b7c688b9f2ee492da881bcf70e33
parent8ea01fbca805a48f6d69d5022fe885359c294fd2 (diff)
parentf53bd352c9e093edaf466104cdb4f85e0be00ffb (diff)
downloadmariadb-git-8a7ae86ef22d12ceb45049b6dfbf941e2d5a2e94.tar.gz
Merge cmiller@bk-internal.mysql.com:/home/bk/mysql-4.0
into maint1.mysql.com:/data/localhome/cmiller/mysql-4.0__bug19006
-rw-r--r--support-files/mysql.spec.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index d11fc5ef440..5796e776b83 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -469,6 +469,7 @@ fi
%attr(755, root, root) %{_bindir}/mysql_convert_table_format
%attr(755, root, root) %{_bindir}/mysqld_multi
%attr(755, root, root) %{_bindir}/mysqld_safe
+%attr(755, root, root) %{_bindir}/mysqldumpslow
%attr(755, root, root) %{_bindir}/mysql_explain_log
%attr(755, root, root) %{_bindir}/mysql_fix_extensions
%attr(755, root, root) %{_bindir}/mysql_fix_privilege_tables
@@ -506,7 +507,6 @@ fi
%attr(755, root, root) %{_bindir}/mysqlbinlog
%attr(755, root, root) %{_bindir}/mysqlcheck
%attr(755, root, root) %{_bindir}/mysqldump
-%attr(755, root, root) %{_bindir}/mysqldumpslow
%attr(755, root, root) %{_bindir}/mysqlimport
%attr(755, root, root) %{_bindir}/mysqlshow
@@ -578,6 +578,10 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
+* Tue Jun 27 2006 Joerg Bruehe <joerg@mysql.com>
+
+- move "mysqldumpslow" from the client RPM to the server RPM (bug#20216)
+
* Sat May 20 2006 Kent Boortz <kent@mysql.com>
- Always compile for PIC, position independent code.