From: Date: June 27 2006 7:14pm Subject: bk commit into 5.0 tree (joerg:1.2197) BUG#20216 List-Archive: http://lists.mysql.com/commits/8336 X-Bug: 20216 Message-Id: <20060627171417.EE2F016EAA@trift2.fambruehe> Below is the list of changes that have just been committed into a local 5.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.2197 06/06/27 19:14:09 joerg@stripped +1 -0 Manual merge (bug#20216). support-files/mysql.spec.sh 1.142 06/06/27 19:14:04 joerg@stripped +4 -4 Manual merge (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: /M50/bug20216-5.0/RESYNC --- 1.141/support-files/mysql.spec.sh 2006-06-27 18:48:22 +02:00 +++ 1.142/support-files/mysql.spec.sh 2006-06-27 19:14:04 +02:00 @@ -587,6 +587,7 @@ %attr(755, root, root) %{_bindir}/mysqlbug %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}/mysqlhotcopy %attr(755, root, root) %{_bindir}/mysqltest %attr(755, root, root) %{_bindir}/perror @@ -617,7 +618,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 @@ -722,6 +722,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) + * Tue Jun 27 2006 Joerg Bruehe - We cannot run "mysql_upgrade" during RPM upgrade yet,