1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Bug #35934 mysql_upgrade calls mysqlcheck with insufficient parameters.

Parameters added to the mysqlcheck call to fix table/database names.
This commit is contained in:
Alexey Botchkov
2008-06-15 18:01:07 +05:00
parent a757d1c12d
commit 2bbcd7301a

View File

@@ -652,6 +652,8 @@ static int run_mysqlcheck_upgrade(void)
"--check-upgrade",
"--all-databases",
"--auto-repair",
"--fix-db-names",
"--fix-table-names",
NULL);
}