Below is the list of changes that have just been committed into a local
4.1 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.2508 06/06/27 18:36:41 joerg@stripped +1 -0
Move "mysqldumpslow" from the client RPM to the server RPM (bug#20216),
manual merge from 4.0.
support-files/mysql.spec.sh
1.119 06/06/27 18:36:37 joerg@stripped +1 -1
Manual merge of the fix for bug#20216.
(became necessary because 4.0 and 4.1 spec files use different file sort order).
# 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: /M41/bug20216-4.1/RESYNC
--- 1.118/support-files/mysql.spec.sh 2006-05-20 23:36:09 +02:00
+++ 1.119/support-files/mysql.spec.sh 2006-06-27 18:36:37 +02:00
@@ -576,6 +576,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}/pack_isam
@@ -606,7 +607,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
@@ -711,6 +711,10 @@
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
+* Tue Jun 27 2006 Joerg Bruehe <joerg@stripped>
+
+- move "mysqldumpslow" from the client RPM to the server RPM (bug#20216)
+
* Sat May 20 2006 Kent Boortz <kent@stripped>
- Always compile for PIC, position independent code.
| Thread |
|---|
| • bk commit into 4.1 tree (joerg:1.2508) BUG#20216 | Joerg Bruehe | 27 Jun |