]> git.pld-linux.org Git - packages/mysql.git/commitdiff
localize vars
authorElan Ruusamäe <glen@delfi.ee>
Thu, 25 Apr 2013 07:46:49 +0000 (10:46 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 25 Apr 2013 07:46:49 +0000 (10:46 +0300)
mysql.init

index 2a1a01d961ebb99da1e97e874bcf9cb20c74700e..e2a5907e8999d35f67502e556934729b1c6de4b3 100755 (executable)
@@ -623,6 +623,7 @@ condrestart() {
 }
 
 status() {
+       local mysqldir addr port socket pid pids running datadir 
        RETVAL=3
        for mysqldir in $DB_CLUSTERS; do
                mysqlstatus "$mysqldir"
This page took 0.151224 seconds and 4 git commands to generate.