]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- reenable scalability_metrics auto/th/mysql-5.6.34-79.1.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Jan 2017 20:28:10 +0000 (21:28 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Jan 2017 20:28:10 +0000 (21:28 +0100)
mysql.spec

index 3d18e094436c0be3a5c904471a31e58f4784c4ee..8a733f707ee97181978afb3337c39815a712ba9a 100644 (file)
@@ -589,6 +589,7 @@ CPPFLAGS="%{rpmcppflags}" \
        -DWITH_PAM=ON \
        -DWITH_PERFSCHEMA_STORAGE_ENGINE=1 \
        -DWITH_PIC=ON \
+       -DWITH_SCALABILITY_METRICS=ON \
 %if "%{pld_release}" == "ac"
        -DWITH_SSL=%{?with_ssl:bundled}%{!?with_ssl:no} \
 %else
@@ -946,7 +947,7 @@ done
 %attr(755,root,root) %{_libdir}/%{name}/plugin/qa_auth_interface.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/qa_auth_server.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/query_response_time.so
-#%attr(755,root,root) %{_libdir}/%{name}/plugin/scalability_metrics.so
+%attr(755,root,root) %{_libdir}/%{name}/plugin/scalability_metrics.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/semisync_master.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/semisync_slave.so
 %attr(755,root,root) %{_libdir}/%{name}/plugin/validate_password.so
This page took 0.061236 seconds and 4 git commands to generate.