mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Lots of new benchmark runs
Remember filename for temporary files created with mkstemp Fixed wrongly allocated BDB share structure Cleanups for SunPRO
This commit is contained in:
@ -132,7 +132,7 @@ languages and applications need to dynamically load and use MySQL.
|
||||
|
||||
%build
|
||||
# The all-static flag is to make the RPM work on different
|
||||
# distributions. This version tries to put shared mysqlcliet libraries
|
||||
# distributions. This version tries to put shared mysqlclient libraries
|
||||
# in a separate package.
|
||||
|
||||
BuildMySQL() {
|
||||
@ -310,6 +310,7 @@ fi
|
||||
%attr(755, root, root) /usr/bin/replace
|
||||
%attr(755, root, root) /usr/bin/resolveip
|
||||
%attr(755, root, root) /usr/bin/safe_mysqld
|
||||
%attr(755, root, root) /usr/bin/mysqld_multi
|
||||
%attr(755, root, root) /usr/bin/my_print_defaults
|
||||
|
||||
%attr(644, root, root) /usr/info/mysql.info*
|
||||
@ -348,7 +349,7 @@ fi
|
||||
|
||||
%files shared
|
||||
# Shared libraries (omit for architectures that don't support them)
|
||||
%attr(755, root, root) /usr/lib/*
|
||||
%attr(755, root, root) /usr/lib/*.so*
|
||||
|
||||
%files bench
|
||||
%attr(-, root, root) /usr/share/sql-bench
|
||||
|
Reference in New Issue
Block a user