diff options
author | joerg@mysql.com <> | 2006-06-27 18:36:41 +0200 |
---|---|---|
committer | joerg@mysql.com <> | 2006-06-27 18:36:41 +0200 |
commit | f789b87a1bdb047cafec6e69c8f09dce16f600e1 (patch) | |
tree | e55c215a0e61c4b91660f510d154a12d522ea824 /support-files | |
parent | 279c310b661f5e051b9f39eab61ec614aa1061f5 (diff) | |
parent | 46ee3ac19d12551aaa6b49694b4fd3077f0fa7a7 (diff) | |
download | mariadb-git-f789b87a1bdb047cafec6e69c8f09dce16f600e1.tar.gz |
Move "mysqldumpslow" from the client RPM to the server RPM (bug#20216),
manual merge from 4.0.
Diffstat (limited to 'support-files')
-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 9656851dc9c..94425e7682f 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -576,6 +576,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 @@ -606,7 +607,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 @@ -711,6 +711,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. |