| Bug #54439 | Unable to identify failure cases of mysql_upgrade | ||
|---|---|---|---|
| Submitted: | 11 Jun 2010 17:49 | Modified: | 13 Oct 15:13 |
| Reporter: | Matthew Montgomery | Email Updates: | |
| Status: | Won't fix | Impact on me: | |
| Category: | MySQL Server: Installing | Severity: | S4 (Feature request) |
| Version: | 5.1 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[11 Jun 2010 17:49]
Matthew Montgomery
[11 Jun 2010 18:14]
MySQL Verification Team
--- mysql-5.1-telco-6.3/client/mysql_upgrade.c 2010-06-10 11:12:00.768745000 -0500
+++ mysql-5.1-telco-6.3-upgrade/client/mysql_upgrade.c 2010-06-11 13:14:15.704904398 -0500
@@ -857,7 +857,9 @@
printf("This installation of MySQL is already upgraded to %s, "
"use --force if you still need to run mysql_upgrade\n",
MYSQL_SERVER_VERSION);
- die(NULL);
+ free_used_memory();
+ my_end(my_end_arg);
+ exit(2);
}
/*
[13 Oct 15:13]
Georgi Kodinov
Posted by developer: mysql_upgrade now obsolete.
