Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Mar 2020 08:26:32 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527864 - head
Message-ID:  <202003060826.0268QWRv093495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Fri Mar  6 08:26:32 2020
New Revision: 527864
URL: https://svnweb.freebsd.org/changeset/ports/527864

Log:
  Add entry for MySQL 8.0 about mysql_upgrade
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri Mar  6 08:00:47 2020	(r527863)
+++ head/UPDATING	Fri Mar  6 08:26:32 2020	(r527864)
@@ -5,6 +5,16 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20200306
+  AFFECTS: users of databases/mysql80-server
+  AUTHOR: joneum@FreeBSD.org
+
+  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.
+
 20200303:
   AFFECTS: users of net-mgmt/librenms
   AUTHOR: dvl@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003060826.0268QWRv093495>