From: Date: June 15 2008 3:01pm Subject: bzr commit into mysql-5.1 branch (holyfoot:2656) List-Archive: http://lists.mysql.com/commits/47878 Message-Id: <20080615130149.5CED02C380A5@hfmain.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/hf/work/mysql_common/mysql-5.1-35934/ 2656 Alexey Botchkov 2008-06-15 Bug #35934 mysql_upgrade calls mysqlcheck with insufficient parameters. Parameters added to the mysqlcheck call to fix table/database names. modified: client/mysql_upgrade.c per-file messages: 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 === modified file 'client/mysql_upgrade.c' --- a/client/mysql_upgrade.c 2008-05-02 17:42:34 +0000 +++ b/client/mysql_upgrade.c 2008-06-15 13:01:07 +0000 @@ -652,6 +652,8 @@ static int run_mysqlcheck_upgrade(void) "--check-upgrade", "--all-databases", "--auto-repair", + "--fix-db-names", + "--fix-table-names", NULL); }