Use MySQL 5.1.51 now from available mirror
This commit is contained in:
parent
ba41a5a24e
commit
95db3c74df
|
@ -1,9 +1,8 @@
|
|||
gem 'rake-compiler', '~> 0.7.1'
|
||||
require "rake/extensiontask"
|
||||
|
||||
MYSQL_VERSION = "5.1.50"
|
||||
MYSQL_MIRROR = ENV['MYSQL_MIRROR'] || "http://mysql.mirrors.pair.com"
|
||||
|
||||
MYSQL_VERSION = "5.1.51"
|
||||
MYSQL_MIRROR = ENV['MYSQL_MIRROR'] || "http://mysql.he.net/"
|
||||
|
||||
def gemspec
|
||||
@clean_gemspec ||= eval(File.read(File.expand_path('../../mysql2.gemspec', __FILE__)))
|
||||
|
|
Loading…
Reference in New Issue