Commit b6c6c3bd authored by hery.ramilison@oracle.com's avatar hery.ramilison@oracle.com Committed by Hery Ramilison

Merge from mysql-5.1.72-release

parents b9041973 9b87a53a
...@@ -716,7 +716,7 @@ fi ...@@ -716,7 +716,7 @@ fi
# We assume that if there is exactly one ".pid" file, # We assume that if there is exactly one ".pid" file,
# it contains the valid PID of a running MySQL server. # it contains the valid PID of a running MySQL server.
NR_PID_FILES=`ls $PID_FILE_PATT 2>/dev/null | wc -l` NR_PID_FILES=`ls -1 $PID_FILE_PATT 2>/dev/null | wc -l`
case $NR_PID_FILES in case $NR_PID_FILES in
0 ) SERVER_TO_START='' ;; # No "*.pid" file == no running server 0 ) SERVER_TO_START='' ;; # No "*.pid" file == no running server
1 ) SERVER_TO_START='true' ;; 1 ) SERVER_TO_START='true' ;;
...@@ -1027,6 +1027,7 @@ fi ...@@ -1027,6 +1027,7 @@ fi
%attr(755, root, root) %{_sbindir}/rcmysql %attr(755, root, root) %{_sbindir}/rcmysql
%if %{INNODB_BUILD} %if %{INNODB_BUILD}
%if %{WITH_INNODB_PLUGIN} %if %{WITH_INNODB_PLUGIN}
%attr(755, root, root) %{_libdir}/mysql/plugin/
%attr(755, root, root) %{_libdir}/mysql/plugin/ha_innodb_plugin.so* %attr(755, root, root) %{_libdir}/mysql/plugin/ha_innodb_plugin.so*
%endif %endif
%endif %endif
...@@ -1194,6 +1195,9 @@ fi ...@@ -1194,6 +1195,9 @@ fi
# merging BK trees) # merging BK trees)
############################################################################## ##############################################################################
%changelog %changelog
* Mon Sep 09 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com>
- Updated logic to get the correct count of PID files
* Tue Sep 11 2012 Joerg Bruehe <joerg.bruehe@oracle.com> * Tue Sep 11 2012 Joerg Bruehe <joerg.bruehe@oracle.com>
- Disable "maintainer mode" in debug builds, there is a cast ulonglong -> int - Disable "maintainer mode" in debug builds, there is a cast ulonglong -> int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment