Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
felixbuenemann authored and ilovezfs committed Feb 25, 2018
1 parent 48e419c commit b578b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/mysql.rb
Expand Up @@ -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
Expand Down

0 comments on commit b578b6b

Please sign in to comment.