svn commit: r527863 - head/databases/mysql80-server
Jochen Neumeister
joneum at FreeBSD.org
Fri Mar 6 08:00:47 UTC 2020
Author: joneum
Date: Fri Mar 6 08:00:47 2020
New Revision: 527863
URL: https://svnweb.freebsd.org/changeset/ports/527863
Log:
Update pkg-message
As of MySQL 8.0.16, the MySQL server performs the upgrade tasks previously
handled by mysql_upgrade. Consequently, mysql_upgrade is unneeded and is
deprecated as of that version, and will be removed in a future MySQL version.
Because mysql_upgrade no longer performs upgrade tasks, it exits with status 0 unconditionally.
Sponsored by: Netzkommune GmbH
Modified:
head/databases/mysql80-server/pkg-message
Modified: head/databases/mysql80-server/pkg-message
==============================================================================
--- head/databases/mysql80-server/pkg-message Fri Mar 6 07:28:49 2020 (r527862)
+++ head/databases/mysql80-server/pkg-message Fri Mar 6 08:00:47 2020 (r527863)
@@ -11,8 +11,11 @@ EOM
}
{ type: upgrade
message: <<EOM
-Remember to run mysql_upgrade the first time you start the MySQL server
-after an upgrade from an earlier version.
+As of MySQL 8.0.16, the MySQL server performs the upgrade tasks previously
+handled by mysql_upgrade. Consequently, mysql_upgrade is unneeded and is
+deprecated as of that version, and will be removed in a future MySQL version.
+Because mysql_upgrade no longer performs upgrade tasks,
+it exits with status 0 unconditionally.
EOM
}
]
More information about the svn-ports-all
mailing list