fluent-plugin-mysql-bulk 0.0.5 → 0.0.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7bb1a0fcf1728e6d85a9592f8790d8faf14018ef
4
- data.tar.gz: 47053866831072f969671259227a663f032009d1
3
+ metadata.gz: 840790df14bd63429f775548d353bc35153e9f30
4
+ data.tar.gz: ef8c750370a5f4f1c8b1ebfa5f4216904c19d3a3
5
5
  SHA512:
6
- metadata.gz: 6398f672df551f4d2d894e8806aff7be9792a36b505c1089a42049042ae48ae8abeced526b321a64a0889d8f0c96e2d59bda817cf7300993ed9e63f8230f626e
7
- data.tar.gz: f7b746d6a8c3a3924b15a0f4945216dc827331a8add729c1dc167c3565c6876f013da61fef03e6f92a0aaf73bb8828c1a0bfccadf3ef64dbe077100a3fcf4c26
6
+ metadata.gz: 2f32fd10adb89ea00465f5a38fb6a732979192e0ae74c572d7131ef0453e9d51a95ea26ae7f4ec17408f86f59cae7751af882fa2fe110993332e7c116321c224
7
+ data.tar.gz: cd9453294271da7f78b3d3b8ac4c6aac2d8b8389990f8326ed61619c34c07267532e27a6ddea5d022341739e8414236515f336f58c174563518fdecb5844f2b4
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # fluent-plugin-mysql-bulk [![Build Status](https://secure.travis-ci.org/toyama0919/fluent-plugin-mysql-bulk.png?branch=master)](http://travis-ci.org/toyama0919/fluent-plugin-mysql-bulk)
2
+ # fluent-plugin-mysql-bulk, a plugin for [Fluentd](http://fluentd.org) [![Build Status](https://secure.travis-ci.org/toyama0919/fluent-plugin-mysql-bulk.png?branch=master)](http://travis-ci.org/toyama0919/fluent-plugin-mysql-bulk)
3
3
 
4
4
  fluent plugin mysql bulk insert is high performance and on duplicate key update respond.
5
5
 
@@ -1,7 +1,7 @@
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"
4
+ gem.version = "0.0.6"
5
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.}
@@ -96,6 +96,7 @@ module Fluent
96
96
 
97
97
  $log.info "bulk insert values size => #{values_templates.size}"
98
98
  @handler.xquery(sql, values)
99
+ @handler.close
99
100
  end
100
101
 
101
102
  private
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.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiroshi Toyama
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-01 00:00:00.000000000 Z
11
+ date: 2014-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd