diff options
author | joerg@mysql.com <> | 2006-07-05 10:42:49 +0200 |
---|---|---|
committer | joerg@mysql.com <> | 2006-07-05 10:42:49 +0200 |
commit | dbc1ca22a0edc49e05d5be7cdb4b5ee755a3c45a (patch) | |
tree | 8c2a5e81fc87e88d31b8439a29becbc871564d4c | |
parent | 385552013809d44fa6e1a020947f557254923b73 (diff) | |
parent | f789b87a1bdb047cafec6e69c8f09dce16f600e1 (diff) | |
download | mariadb-git-dbc1ca22a0edc49e05d5be7cdb4b5ee755a3c45a.tar.gz |
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/M41/bug20216-4.1
-rw-r--r-- | support-files/mysql.spec.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 854ad2e7ce7..454ec522f0e 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -577,6 +577,7 @@ fi %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 @@ -607,7 +608,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 @@ -712,6 +712,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. |