aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
AgeCommit message (Collapse)Author
2011-05-03mysql: ensure the var/mysql existsMatthew Rudy Jacobs
* Otherwise mysql will break when it tries to start Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-01MySQL: --universal builds 32/64-bit IntelAdam Vandenberg
2011-04-23Use ARGV.build_universal?Adam Vandenberg
2011-04-13mysql: warn about /etc/my.cnfAdam Vandenberg
2011-04-13mysql: added pidof dependency, changed PATH in mysql.serverdinkypumpkin
1. Added dependency on pidof. This is necessary for "mysql.server status" to work fully. 2. Added #{HOMEBREW_PREFIX}/bin to PATH in mysql.server so that it can find Homebrew-installed pidof. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-11mysql: tidied install dirs, restored mysql.serverdinkypumpkin
1. Added cmake args necessary to link docs, info files, and shared data into the usual Homebrew locations. This prevents all the message catalogues from being spattered in #{share} and allows the doc and info files to appear in expected places. 2. Restored mysql.server to #{bin} and put it back in caveats. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-08mysql: Change download URL.Chris Meller
Switch the MySQL formula to use the official MySQL mirror, rather than the hardcoded Swedish one that's having issues. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-04Rewrite caveats to new style.Adam Vandenberg
To make it easier to copy and paste multiline scripts from caveats, no longer use $ as a prompt marker.
2011-04-04mysql: fix typo; use var instead of hardcoding /usr/localAdam Vandenberg
2011-04-02MySQL - update caveatsAdam Vandenberg
Updated the install instructions in the caveats so that the default case is installing under the user's own account, and note that you should do 'mysql -uroot' to test the connection. Added instructions on how to do a manual setup to any folder under any user account.
2011-04-01mysql - add --enable-local-infile optionCarlos Borroto
Homebrew used this by default in 5.1, but it is a security risk so make it an option instead. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-01mysql - remove 'data' from prefixAdam Vandenberg
Remove the 'data' folder from the prefix, so the setup script will not try to create databases there. Putting databases in the prefix instead of directly in /usr/local means they get deleted on a MySQL update, which is not what you want.
2011-04-01mysql - revert data dir to where it was in 5.1Adam Vandenberg
2011-03-29Update MySQL optionsJoachim Beckers
* added embedded server build option * fix --with-tests build option * remove broken --with-bench build option Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-24upgrade to mysql 5.5.10Keith Fitzgerald
Note: MySQL 5.1.x is still available in Homebrew-Alt Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-16mysql 5.1.56Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-05Clean up LaunchAgent caveats.Carlos Rodriguez
Documentation now has instructions on creating ~/Library/LaunchAgents directory for first time installs of Formulas. Appending trailing slash to Formula documentation in regards to copying plists to LaunchAgents directory. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-22Update to MySQL 5.1.55preek
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-17Add option to mysql formula for compiling with utf8 as the default charset.Vladimir Andrijevik
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-12Embedded server option in mysql formula.Sebastian Skalacki
New option in mysql formula which commands to build embedded server static library (libmysqld.a) needed by various software (e.g. Amarok). Closes #4008. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-18Update MySQL to 5.1.54.Ali Asad Lotia
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-11added --with-partition to configure optionsDrew Miller
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-03Updated mysql to 5.1.53Aaron Suggs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18Update MySQL to 5.1.52.Aku Kotkavuo
Also added a step to the installation instructions related to issue #2821.
2010-10-12Update mysql to 5.1.51Ali Asad Lotia
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-08Update formulae to use path shortcutsAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-07-30mysql - add mysql.server to binAdam Vandenberg
2010-07-23Update mysql to 5.1.49Ali Asad Lotia
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-22mysql - fix weird readline optionAdam Vandenberg
2010-06-18MySQL 5.1.48Adam Vandenberg
2010-06-17Add a universal flag for building mysqlChris Hoffman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
2010-05-21Updated formula: MySQL 5.1.47Luke Gallagher
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-19added '--with-readline' to configure_argsyury
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-30fix spellingJoey Geiger
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-29Update mysql to 5.1.46Ali Asad Lotia
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-16Updated launchd caveats for MySQLLuke Gallagher
2010-03-25Update mysql to 5.1.45.Ali Asad Lotia
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-03-16Update MySQL to 5.1.44 (thanks tekin)Adam Vandenberg
2010-03-07String.undent for prettier HEREDOCsMax Howell
2010-03-05MySQL - simplify a couple path referencesAdam Vandenberg
2010-02-13MySQL 5.1.43Adam Vandenberg
2010-02-13Fixes #144; Fixes #566Max Howell
2010-01-24Set MySQL sysconfdir so my.cnf can be in 'etc'Lincoln Stoll
Fixes #501
2009-12-22Use mysql's database location as WorkingDirectoryStephen Caudill
2009-12-22Chomp newlines in system outputStephen Caudill