Commit 381fb617 authored by Alexey Botchkov's avatar Alexey Botchkov

Bug #35934 mysql_upgrade calls mysqlcheck with insufficient parameters.

Parameters added to the mysqlcheck call to fix table/database names.

client/mysql_upgrade.c:
  Bug #35934 mysql_upgrade calls mysqlcheck with insufficient parameters.
  
  --fix-db-names and --fix-table-names added to the mysqlcheck call
parent 0a68dd1d
......@@ -652,6 +652,8 @@ static int run_mysqlcheck_upgrade(void)
"--check-upgrade",
"--all-databases",
"--auto-repair",
"--fix-db-names",
"--fix-table-names",
NULL);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment