aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/percona-server.rb
AgeCommit message (Collapse)Author
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>
2012-07-21Percona Server 5.5.25-27.1Gergo Erdosi
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-26percona-server: builds with LLVM >= 2335Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-08percona-server 5.5.24-26.0Gergo Erdosi
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-22Use new std_cmake_args methodJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-16Percona Server 5.5.23-25.3Gergo Erdosi
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15Percona Server 5.5.22-25.2Gergo Erdosi
Closes #12177. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-04Minor cleanup on plist caveats.Matthew Lewinski
Use basename to refer to plist file when loaded. Make cp lines same across formulas. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-03Add and use plist helper methodsJack Nagel
These will be used to unify the label namespaces in embedded plists, i.e. 'homebrew.mxcl.<formula>'. plist_path returns the full path to a plist file located at the top level of the keg; plist_path.basename can be used if just the filename is needed. c.f. #9346. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03Normalize paths in embedded plist filesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-25Percona: Update to 5.5.15-21.0Justin Mazzi
This brew has been marked as keg_only because it can conflict with 'mysql' if it's arelady installed. ($prefix/bin/mysql*) Closes #7385. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-11percona-server 5.1.57-12.8jsanders
The URL for version 5.1.55-12.6 was giving a 404 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-08Percona ServerFernando Ribeiro
Signed-off-by: Adam Vandenberg <flangy@gmail.com>