List:Commits« Previous MessageNext Message »
From:Alexey Botchkov Date:June 15 2008 1:01pm
Subject:bzr commit into mysql-5.1 branch (holyfoot:2656)
View as plain text  
#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);
 }
 

Thread
bzr commit into mysql-5.1 branch (holyfoot:2656) Alexey Botchkov15 Jun