mysql-cluster: fix audit
This commit is contained in:
parent
62de47969c
commit
609f1fbfac
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class MysqlCluster < Formula
|
|||
option 'enable-local-infile', 'Build with local infile loading support'
|
||||
option 'enable-debug', 'Build with debug support'
|
||||
|
||||
conflicts_with 'memcacmed', :because => 'both install `bin/memcached`'
|
||||
conflicts_with 'memcached', :because => 'both install `bin/memcached`'
|
||||
conflicts_with 'mysql', 'mariadb', 'percona-server',
|
||||
:because => "mysql, mariadb, and percona install the same binaries."
|
||||
|
||||
|
|
Loading…
Reference in a new issue