ghazel-mysql2 0.2.6.2 → 0.2.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -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 =
|
|
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
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:
|
|
4
|
+
hash: 65
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
9
|
- 6
|
|
10
|
-
-
|
|
11
|
-
version: 0.2.6.
|
|
10
|
+
- 3
|
|
11
|
+
version: 0.2.6.3
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Brian Lopez
|