Skip to content

Commit

Permalink
Fix regression introduced by vitessio#4993
Browse files Browse the repository at this point in the history
Signed-off-by: Morgan Tocker <[email protected]>
  • Loading branch information
morgo committed Jul 27, 2019
1 parent 7144fa2 commit 70737a1
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 70737a1

Please sign in to comment.