diff options
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index eec11aeab..e9c212081 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -25,6 +25,8 @@ class Mysql < Formula    conflicts_with 'mysql-cluster', 'mariadb', 'percona-server',      :because => "mysql, mariadb, and percona install the same binaries." +  conflicts_with 'mysql-connector-c', +    :because => 'both install MySQL client libraries'    env :std if build.universal? | 
