ghazel-mysql2 0.2.6.2 → 0.2.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -626,7 +626,7 @@ module ActiveRecord
626
626
 
627
627
  # increase timeout so mysql server doesn't disconnect us
628
628
  wait_timeout = @config[:wait_timeout]
629
- wait_timeout = 2592000 unless wait_timeout.is_a?(Fixnum)
629
+ wait_timeout = 2147483 unless wait_timeout.is_a?(Fixnum)
630
630
  variable_assignments << "@@wait_timeout = #{wait_timeout}"
631
631
 
632
632
  execute("SET #{variable_assignments.join(', ')}", :skip_logging)
data/mysql2.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ghazel-mysql2}
8
- s.version = "0.2.6.2"
8
+ s.version = "0.2.6.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Brian Lopez"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghazel-mysql2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 67
4
+ hash: 65
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - 6
10
- - 2
11
- version: 0.2.6.2
10
+ - 3
11
+ version: 0.2.6.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Brian Lopez