aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/percona-server.rb
AgeCommit message (Collapse)Author
2014-05-09percona-server: build universal under superenvJack Nagel
2014-05-08percona-server: update 5.6.17-65.0 bottle.BrewTestBot
Closes #29037. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-08percona-server 5.6.17-65.0Tomasz Pajor
2014-04-03percona-server: only use bottle if datadir matchesJack Nagel
Fixes #28003.
2014-04-03Revert "percona-server: remove bottle."Jack Nagel
This reverts commit 094b4af81b1520daa39653685bb52cfbfb53daa8.
2014-03-30percona-server: remove bottle.Mike McQuaid
2014-03-27percona-server: add 5.6.16-64.2 bottle.BrewTestBot
Closes #27908. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-27percona-server 5.6.16-64.2Tomasz Pajor
2014-03-25percona-server: use install_symlinkJack Nagel
2014-03-07use opt shortcutsAdam Vandenberg
2014-02-20Create datadir in post install.Finn Smith
* Fixes formula when bottled. Closes #26840. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-01-23percona-server 5.6.15-rel63.0Diwaker Gupta
Closes #26131. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-20percona-server: fix url.Mike McQuaid
Closes #25351.
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-11-28Add conflicts_with annotations for mysql-connector-cJack Nagel
Fixes #24756.
2013-11-25percona-server: memcached plugin option.Chen, Xiaoqiang
Closes #24640. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-16mysql-connector-c/percona-server conflictAdam Vandenberg
2013-11-15mysql/percona: remove readline cruftJack Nagel
It does not appear to be possible to make mysql or percona link against GNU readline anymore, since mysql stopped bundling it.
2013-11-15percona-server: port changes from mysql formula and modernize styleJack Nagel
2013-11-14percona-server: fix urlAdam Vandenberg
Closes #24325.
2013-11-07percona-server 5.6.14-rel62.0Israel Shirk
Closes #23576. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-04percona-server 5.6.13-rc60.5Andy Blyler
Closes #22305. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-29De-duplicate conflicts for mysql and friendsJack Nagel
2013-08-15Use Hardware::CPU.universal_archs in formulaeMisty De Meo
2013-07-23percona-server: workaround for 5.6.12's mysql_configChun-wei Kuo
Apply the same fix as per #21011 and #21324. Closes #21399. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-19percona-server 5.6.12-60.4Diwaker Gupta
Changelog: http://www.percona.com/doc/percona-server/5.6/release-notes/Percona-Server-5.6.12-60.4.html Closes #21262. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-16percona-server: fix bin auditJack Nagel
2013-07-16Percona Server 5.5.32-31.0AJ Cantu
Closes #21243. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-21percona-server: fix checksumAdam Vandenberg
Closes #19973.
2013-04-16percona-server 5.5.30-30.2Adam Radabaugh
Closes #19246. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-06Remove unnecessary/unused UserName plist keys.Mike McQuaid
Fixes #18293.
2013-04-03percona-server 5.5.30-30.1Adam Radabaugh
Closes #18946. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-26Percona Server 5.5.29David Holm
Closes #17318. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-03mysql-related conflictsJack Nagel
2012-12-08Percona Server 5.5.28-29.2Gergo Erdosi
Closes #16476. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-25Make generic caveats for launchd plist files.Mike McQuaid
2012-11-15percona-server fixesStefan
Use mysql data directory if no previous percona data directory exists. Remove std_cmake_path and restore CMAKE_INSTALL_PREFIX. Use share.basename/mysql for INSTALL_MYSQLSHAREDIR. Closes #16070. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-11percona: Fix share directoryGergo Erdosi
Closes #15973. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-11-10Revert "Rename readline to gnu-readline"Jack Nagel
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94. Turns out one of the "other things" is a dealbreaker. We only create kegs using a formula's canonical name. However, we do not check that this is the case when mapping existing kegs back to formula objects, and thus a keg with a name that happens to be an alias can fool Homebrew into thinking the canonically-named keg exists. So anything that enumerates kegs and then tries to do stuff with the resulting formula objects will just break. This is obviously worse than the debugger being broken, so reverting this for the time being.
2012-11-10Rename readline to gnu-readlineJack Nagel
The Readline class clashes with the Readline module from the Ruby stdlib. This has mostly worked, but with the recent debugging support's integration of IRB, it is no longer possible for them to coexist. So we need to rename it. The implications of this are: - Anything that depends on readline will reinstall it as "gnu-readline". Anything already installed will continue to function. - "brew upgrade readline" will say "gnu-readline not installed", as "readline" is now an alias. - Probably other things. So there are some downsides, but we will just have to deal with them. Fixes #15776.
2012-10-27Percona Server 5.5.28-29.1Gergo Erdosi
Closes #15691. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-23Use std env for universal builds of mariadb, mysql and perconaAdam Vandenberg
Closes #15609. Closes #15472.
2012-10-12Percona Server 5.5.27-29.0Gergo Erdosi
Closes #15423. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-13percona-server: remove skip_clean :allJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-09Let plists be installed automaticallyAdam Vandenberg
2012-09-05Percona Server 5.5.27-28.1Gergo Erdosi
Closes #14726. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23Percona Server 5.5.27-28.0Gergo Erdosi
Closes #14413. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17percona-server: build without exotic optimization flagsJack Nagel
Currently we patch mysql_config to sanitize the CFLAGS that are exported to software that queries it during builds, such as the mysql gem. Since there isn't any way to control what compiler is used by Ruby/gem to build native extensions, we must remove any compiler or CPU specific flags. Instead, let's build without these flags to begin with, which will keep mysql_config clean and provide consistency between the flags used to build percona-server and those used to build software that links to it. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13percona-server: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-30Add conflicts_with DSL methodMisty De Meo
conflicts_with is a thin wrapper around Requirement which simplifies marking conflicts between formulae. Closes #13687. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>