From: Date: June 27 2006 6:17pm Subject: bk commit into 4.0 tree (joerg:1.2182) BUG#20216 List-Archive: http://lists.mysql.com/commits/8327 X-Bug: 20216 Message-Id: <20060627161755.A42A616EAB@trift2.fambruehe> Below is the list of changes that have just been committed into a local 4.0 repository of joerg. When joerg does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.2182 06/06/27 18:17:53 joerg@stripped +1 -0 Move "mysqldumpslow" from the client RPM to the server RPM (bug#20216). support-files/mysql.spec.sh 1.97 06/06/27 18:17:51 joerg@stripped +5 -1 Move "mysqldumpslow" from the client RPM to the server RPM (bug#20216). # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: joerg # Host: trift2. # Root: /M40/bug20216-4.0 --- 1.96/support-files/mysql.spec.sh 2006-05-20 22:46:00 +02:00 +++ 1.97/support-files/mysql.spec.sh 2006-06-27 18:17:51 +02:00 @@ -469,6 +469,7 @@ %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 @@ %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 @@ # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Tue Jun 27 2006 Joerg Bruehe + +- move "mysqldumpslow" from the client RPM to the server RPM (bug#20216) + * Sat May 20 2006 Kent Boortz - Always compile for PIC, position independent code.