Skip to content

Commit

Permalink
Merge pull request #5027 from planetscale/morgo-fix-mysqlctl-regression
Browse files Browse the repository at this point in the history
Fix regression introduced by #4993
  • Loading branch information
deepthi authored Jul 27, 2019
2 parents 7144fa2 + 70737a1 commit 4515b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/mysqlctl/mysqld.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func (mysqld *Mysqld) startNoWait(ctx context.Context, cnf *Mycnf, mysqldArgs ..
}
arg := []string{
"--defaults-file=" + cnf.path,
"--basedir" + mysqlBaseDir,
"--basedir=" + mysqlBaseDir,
}
arg = append(arg, mysqldArgs...)
env := []string{os.ExpandEnv("LD_LIBRARY_PATH=$VT_MYSQL_ROOT/lib/mysql")}
Expand Down

0 comments on commit 4515b18

Please sign in to comment.