diff options
author | Michael Widenius <monty@askmonty.org> | 2012-06-08 22:13:38 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-06-08 22:13:38 +0300 |
commit | d48f2e889db5b7a8199949170cc7d9035d3683a1 (patch) | |
tree | 1c49e0010be7c6cca82a1d896032e922778ba0a5 /scripts | |
parent | 438e9eca68c45e3e735ed21dfaccaf29b0ca16b1 (diff) | |
download | mariadb-git-d48f2e889db5b7a8199949170cc7d9035d3683a1.tar.gz |
Moved init_log() to be later to not write log entries when one uses --example
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysqld_multi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqld_multi.sh b/scripts/mysqld_multi.sh index 02316d218e7..99ce187fcd4 100644 --- a/scripts/mysqld_multi.sh +++ b/scripts/mysqld_multi.sh @@ -116,7 +116,6 @@ sub main print "will be disabled\nand some will be enabled.\n\n"; } - init_log() if (!defined($opt_log)); $groupids = $ARGV[1]; if ($opt_version) { @@ -142,6 +141,7 @@ sub main !($ARGV[0] =~ m/^stop$/i) && !($ARGV[0] =~ m/^report$/i))); + init_log() if (!defined($opt_log)); if (!$opt_no_log) { w2log("$my_progname log file version $VER; run: ", |