]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- fix mysql status of detached clusters logic
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 25 Aug 2009 15:32:48 +0000 (15:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.init -> 1.133

mysql.init

index 22a1a71509ff7efc22e4e5b8ffdc558b7c9a1e3b..5e57864f10dfc9b3437e1d807de28044df0416dc 100644 (file)
@@ -561,7 +561,7 @@ case "$action" in
                fi
        done
 
-       if [ $# -gt 1 -a "$running" ]; then
+       if [ $# = 1 -a "$running" ]; then
                nls "Warning: MySQL Daemon processes not under clusters.conf control:"
                # see if we can display their status
                for pid in $running; do
This page took 0.190326 seconds and 4 git commands to generate.