mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge
mysql-test/r/binary.result: Auto merged mysql-test/t/binary.test: Auto merged sql/field_conv.cc: Auto merged support-files/mysql.spec.sh: Embedded is to be enabled in 5.1
This commit is contained in:
@ -425,8 +425,7 @@ install -m 644 $MBD/support-files/mysql-log-rotate $RBR%{_sysconfdir}/logrotate.
|
||||
install -m 755 $MBD/support-files/mysql.server $RBR%{_sysconfdir}/init.d/mysql
|
||||
|
||||
# Install embedded server library in the build root
|
||||
# FIXME No libmysqld on 5.0 yet
|
||||
#install -m 644 libmysqld/libmysqld.a $RBR%{_libdir}/mysql/
|
||||
install -m 644 libmysqld/libmysqld.a $RBR%{_libdir}/mysql/
|
||||
|
||||
# Create a symlink "rcmysql", pointing to the init.script. SuSE users
|
||||
# will appreciate that, as all services usually offer this.
|
||||
@ -703,7 +702,7 @@ fi
|
||||
|
||||
%files embedded
|
||||
%defattr(-, root, root, 0755)
|
||||
# %attr(644, root, root) %{_libdir}/mysql/libmysqld.a
|
||||
%attr(644, root, root) %{_libdir}/mysql/libmysqld.a
|
||||
|
||||
# The spec file changelog only includes changes made to the spec file
|
||||
# itself - note that they must be ordered by date (important when
|
||||
|
Reference in New Issue
Block a user