aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mysql.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index aa8f81a01..4b1f8ffb0 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -45,7 +45,8 @@ class Mysql <Formula
"--enable-assembler",
"--enable-thread-safe-client",
"--enable-local-infile",
- "--enable-shared"]
+ "--enable-shared",
+ "--with-partition"]
configure_args << "--without-server" if ARGV.include? '--client-only'