mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
MDEV-16445 mysql_upgrade_service should add skip-slave-start to server start parameters
This commit is contained in:
parent
141bc58ac9
commit
5bfd562a00
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue