Commit 2bbcd730 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.
parent a757d1c1
......@@ -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