aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
AgeCommit message (Collapse)Author
2013-08-15Use Hardware::CPU.universal_archs in formulaeMisty De Meo
2013-08-03mysql 5.6.13 bottlesMike McQuaid
2013-08-03mysql 5.6.13Steve K
Closes #21629. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-07-27mysql: update bottles.Mike McQuaid
2013-07-19mysql: strip invalid flags from mysql_config.unsymbol
note: regex in previous commit did not strip all invalid flags and stripped out an additional flag "-Wall." this commit resolves this. previous commit : https://github.com/vito/homebrew/commit/9dd1c38a73597535356cb2053f52ca7ef253ff79 discussion : https://github.com/mxcl/homebrew/issues/20788#issuecomment-21242725 Closes #21324. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-17mysql: workaround for 5.6.12's mysql_configAlex Suraci
mysql_config from mysql 5.6.12 includes various -W flags that are not supposed by OS X's gcc. this just trims them out. hopefully it gets fixed upstream though. Closes #20788. Closes #21011. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25mysql: fix checksumJack Nagel
2013-06-21mysql 5.6.12 bottlesMike McQuaid
2013-06-20mysql 5.6.12Terrence Campbell
Closes #20621. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-08MySQL: allow compilation with Xcode-only setupsAdam Vandenberg
Closes #20185.
2013-05-27mysql: listen on 127.0.0.1 by defaultStephen Lottermoser
It's generally not a good idea to allow remote connections to mysql. Make it safe by default. Closes #20090. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-06Remove unnecessary/unused UserName plist keys.Mike McQuaid
Fixes #18293.
2013-04-01mysql: fix creation of var/mysql when pouring.Mike McQuaid
2013-04-01MySQL: point caveats to proper versionAdam Vandenberg
2013-03-26mysql: fix testJack Nagel
2013-02-28mysql: update homepageJérémy Romey
Closes #18134. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-18mysql 5.6.10 bottles.Mike McQuaid
2013-02-18mysql 5.6.10Julien Ammous
- Add innodb_memcached support with an option. Closes #17816. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-30mysql: fix typo, developer warning and add test.Mike McQuaid
2013-01-03mysql-related conflictsJack Nagel
2013-01-01mysql: 5.5.29 bottles.Mike McQuaid
Closes #16798.
2013-01-01mysql 5.5.29Robson Roberto Souza Peixoto
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-11-25Make generic caveats for launchd plist files.Mike McQuaid
2012-11-18mysql: 5.5.28 and bottles.Mike McQuaid
2012-11-15Revert "mysql 5.5.28"Jack Nagel
This reverts commit 09569b7d695fad0bb8a47dba583f2f3855bfd373. My bad, cherry-picked the wrong commit. Need to wait for bottles to update this.
2012-11-15mysql: temporarily remove bottlesMisty De Meo
Until someone has the chance to generate new ones.
2012-11-15mysql 5.5.28Jack Nagel
2012-10-23Use std env for universal builds of mariadb, mysql and perconaAdam Vandenberg
Closes #15609. Closes #15472.
2012-09-13mysql: stop using skip_clean :allAdam Vandenberg
Closes #14911.
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-09Let plists be installed automaticallyAdam Vandenberg
2012-09-02mysql: normalize option nameAdam Vandenberg
2012-09-02MySQL: add debug optionDan Burkert
Closes #14648. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-23mysql: 5.5.27Mike McQuaid
2012-08-17mysql: 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 mysql and those used to build software that links to it. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13mysql: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-11mysql: add bottles.Mike McQuaid
2012-08-08mysql: remove unnecessary dependencies.Mike McQuaid
pidof can be replaced with pgrep from proctools on Mountain Lion and readline uses the system version which, if too old, will use the bundled version anyway (doesn't on Mountain Lion). Closes #13942.
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-24Add bug URL for MySQL no-CLT bug.Mike McQuaid
2012-07-24Fix MySQL no-CLT compilation.Mike McQuaid
2012-07-05mysql 5.5.25aonewheelskyward
Closes #13230. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-06-06MySQL 5.5.25Steve King
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-27mysql 5.5.24Steve King
Closes #12459. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-20Fix MySQL build with CMake 2.8.8.Mike McQuaid
Fixes #11754. Fixes #11762.
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-21mysql: remove no-op patchJack Nagel
Closes #10842. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-15mysql: prune clang-isms from `mysql_config --cflags`Jack Nagel
Closes #10549. cf #10842. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-10mysql 5.5.20Adam Vandenberg
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>