From b578b6b88a8e5a8bdfa08c6414e28e21fb8f6ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20B=C3=BCnemann?= Date: Sun, 25 Feb 2018 06:42:27 +0100 Subject: [PATCH] mysql 8.0.4-rc (devel) (#24506) Note that in-place upgrade from 8.0.3-rc will fail due to https://bugs.mysql.com/bug.php?id=89372 So to upgrade use `mysqldump -A` on 8.0.3-rc, remove the data directory, install 8.0.4-rc, restore dump and run `mysql_upgrade`. --- Formula/mysql.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/mysql.rb b/Formula/mysql.rb index b1a49789aef2..fed61622889f 100644 --- a/Formula/mysql.rb +++ b/Formula/mysql.rb @@ -11,8 +11,8 @@ class Mysql < Formula end devel do - url "https://cdn.mysql.com/Downloads/MySQL-8.0/mysql-boost-8.0.3-rc.tar.gz" - sha256 "bc6ef8e496447edde87da243db56682d44c8344e5695c3f265b3316b3a8aa56f" + url "https://cdn.mysql.com/Downloads/MySQL-8.0/mysql-boost-8.0.4-rc.tar.gz" + sha256 "648b1e39f45d7e4b65bae572f5d475db4a0c5e9db6ede75d8a3762972f312833" fails_with :clang do build 800