diff options
| author | Gergo Erdosi | 2012-06-08 13:07:24 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-08 06:48:09 -0700 |
| commit | 5136701be9e08b52b492e2b83cadc02ca149511d (patch) | |
| tree | 4bac4d23529f928d6a97942a873432f132a35787 /Library | |
| parent | 9a6f6d16807a71c3edded53b170f5e1725e1c945 (diff) | |
| download | homebrew-5136701be9e08b52b492e2b83cadc02ca149511d.tar.bz2 | |
percona-server 5.5.24-26.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/percona-server.rb | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/Library/Formula/percona-server.rb b/Library/Formula/percona-server.rb index 059117799..446daf52e 100644 --- a/Library/Formula/percona-server.rb +++ b/Library/Formula/percona-server.rb @@ -2,9 +2,9 @@ require 'formula' class PerconaServer < Formula homepage 'http://www.percona.com' - url 'http://www.percona.com/redir/downloads/Percona-Server-5.5/Percona-Server-5.5.23-25.3/source/Percona-Server-5.5.23-rel25.3.tar.gz' - version '5.5.23-25.3' - md5 'b098914c14256187686db0ccbc46a6d4' + url 'http://www.percona.com/redir/downloads/Percona-Server-5.5/Percona-Server-5.5.24-26.0/source/Percona-Server-5.5.24-rel26.0.tar.gz' + version '5.5.24-26.0' + sha1 '4a815b545263d008f7112b7e8b1170ae97e9cf3e' keg_only "This brew conflicts with 'mysql'. It's safe to `brew link` if you haven't installed 'mysql'" @@ -50,7 +50,11 @@ class PerconaServer < Formula "-DDEFAULT_CHARSET=utf8", "-DDEFAULT_COLLATION=utf8_general_ci", "-DSYSCONFDIR=#{etc}", - "-DCMAKE_BUILD_TYPE=RelWithDebInfo" + "-DCMAKE_BUILD_TYPE=RelWithDebInfo", + # PAM plugin is Linux-only at the moment + "-DWITHOUT_AUTH_PAM=1", + "-DWITHOUT_AUTH_PAM_COMPAT=1", + "-DWITHOUT_DIALOG=1" ] # To enable unit testing at build, we need to download the unit testing suite @@ -201,16 +205,3 @@ index 37e0e35..38ad6c8 100644 then if test "$user" != "root" -o $SET_USER = 1 then -diff --git a/storage/innobase/buf/buf0buf.c b/storage/innobase/buf/buf0buf.c -index 6a71b7b..47ee988 100644 ---- a/storage/innobase/buf/buf0buf.c -+++ b/storage/innobase/buf/buf0buf.c -@@ -57,7 +57,7 @@ Created 11/5/1995 Heikki Tuuri - /* prototypes for new functions added to ha_innodb.cc */ - trx_t* innobase_get_trx(); - --inline void _increment_page_get_statistics(buf_block_t* block, trx_t* trx) -+static inline void _increment_page_get_statistics(buf_block_t* block, trx_t* trx) - { - ulint block_hash; - ulint block_hash_byte; |
