]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- set MYSQL_CONFIG for "init" to display properly
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 16 May 2005 06:04:39 +0000 (06:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.init -> 1.80

mysql.init

index c7e3dc73a3665d7e26db5420d7987a9337376814..d64427c6194c0ede50e004124356426043333ae5 100644 (file)
@@ -275,6 +275,9 @@ mysqlinit() {
                MYSQL_DATA_DIR="$clusterdir/mysqldb/db"
                MYSQL_PIDFILE="$clusterdir/mysqldb/mysql.pid"
                MYSQL_SOCKET="$clusterdir/mysqldb/mysql.sock"
+
+               # this $MYSQL_CONFIG will be created later
+               MYSQL_CONFIG="$MYSQL_CLUSTER_DIR/mysqld.conf"
        fi
 
        nls "Initializing cluster %s" "$clusterdir"
This page took 0.043063 seconds and 4 git commands to generate.