Skip to content

Commit

Permalink
MDEV-16445 mysql_upgrade_service should add skip-slave-start to serve…
Browse files Browse the repository at this point in the history
…r start parameters
  • Loading branch information
vaintroub committed Jun 8, 2018
1 parent 141bc58 commit 5bfd562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/mysql_upgrade_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ int main(int argc, char **argv)
log("Phase 3/8: Starting mysqld for upgrade");
mysqld_process= (HANDLE)run_tool(P_NOWAIT, mysqld_path,
defaults_file_param, "--skip-networking", "--skip-grant-tables",
"--enable-named-pipe", socket_param, NULL);
"--enable-named-pipe", socket_param,"--skip-slave-start", NULL);

if (mysqld_process == INVALID_HANDLE_VALUE)
{
Expand Down

0 comments on commit 5bfd562

Please sign in to comment.