aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/percona-server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/percona-server.rb')
-rw-r--r--Library/Formula/percona-server.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/percona-server.rb b/Library/Formula/percona-server.rb
index 86d6d61e9..34af6e448 100644
--- a/Library/Formula/percona-server.rb
+++ b/Library/Formula/percona-server.rb
@@ -14,6 +14,8 @@ class PerconaServer < Formula
option 'with-embedded', 'Build the embedded server'
option 'enable-local-infile', 'Build with local infile loading support'
+ conflicts_with 'mysql-connector-c',
+ :because => 'both install `mysql_config`'
conflicts_with 'mariadb', 'mysql', 'mysql-cluster',
:because => "percona, mariadb, and mysql install the same binaries."