fluent-plugin-mysql-bulk 0.0.2 → 0.0.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.
- checksums.yaml +4 -4
- data/fluent-plugin-mysql-bulk.gemspec +2 -2
- data/lib/fluent/plugin/out_mysql_bulk.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4e633205a70f75a2c0cb6c0bcafaae3814cad5d
|
|
4
|
+
data.tar.gz: 9505a0f1f8d54a02376dbfcede85f8703c43f094
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9101c616d455d3fbd73df3d57eb5464141e39d7a4f360bb30b2a5e224ef867a6b230ff8e7d8f926ee79a7411a91256f98926d7787c0d896ffbea13ff83afb84d
|
|
7
|
+
data.tar.gz: 028dffffa5f8aa147b30434a606e254bc2cd346aaab5d3c0d848f4f20248c1bc0452935edac2d2956839ac535a6faf0cd352075c7feed7a1f752472ec5a60381
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
Gem::Specification.new do |gem|
|
|
3
3
|
gem.name = "fluent-plugin-mysql-bulk"
|
|
4
|
-
gem.version = "0.0.
|
|
5
|
-
gem.authors = ["Toyama
|
|
4
|
+
gem.version = "0.0.3"
|
|
5
|
+
gem.authors = ["Hiroshi Toyama"]
|
|
6
6
|
gem.email = ["toyama0919@gmail.com"]
|
|
7
7
|
gem.description = %q{fluent plugin mysql bulk insert is high performance and on duplicate key update respond.}
|
|
8
8
|
gem.summary = %q{fluent plugin mysql bulk insert is high performance and on duplicate key update respond.}
|
|
@@ -51,7 +51,6 @@ module Fluent
|
|
|
51
51
|
end
|
|
52
52
|
|
|
53
53
|
def start
|
|
54
|
-
@handler = client
|
|
55
54
|
super
|
|
56
55
|
end
|
|
57
56
|
|
|
@@ -75,6 +74,7 @@ module Fluent
|
|
|
75
74
|
end
|
|
76
75
|
|
|
77
76
|
def write(chunk)
|
|
77
|
+
@handler = client
|
|
78
78
|
values_templates = []
|
|
79
79
|
values = Array.new
|
|
80
80
|
chunk.msgpack_each { |tag, time, data|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-mysql-bulk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Toyama
|
|
7
|
+
- Hiroshi Toyama
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|