mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Move "mysqldumpslow" from the client RPM to the server RPM (bug#20216),
manual merge from 4.0. support-files/mysql.spec.sh: Manual merge of the fix for bug#20216. (became necessary because 4.0 and 4.1 spec files use different file sort order).
This commit is contained in:
commit
30b1d65856
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue