1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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
This commit is contained in:
Alexey Botchkov
2008-06-15 18:01:07 +05:00
parent 0a68dd1d3f
commit 381fb617d3

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);
}