fluent-plugin-mysqlslowquerylog-ippen-digital 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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "fluent-plugin-mysqlslowquerylog-ippen-digital"
5
- gem.version = "0.0.5"
5
+ gem.version = "0.0.6"
6
6
  gem.authors = ["Satoshi SUZUKI", "Gerhard Strauss"]
7
7
  gem.email = ["studio3104.com@gmail.com", "gerhard.strauss@ippen-digital.de"]
8
8
  gem.description = %q{Fluentd plugin to concat MySQL slowquerylog.}
@@ -90,7 +90,6 @@ class Fluent::MySQLSlowQueryLogOutput < Fluent::Output
90
90
  record['sql'] = @sql_line.to_s
91
91
  @hash_str << @sql_line.to_s
92
92
 
93
- record['hash_source'] = @hash_str
94
93
  record['hash_id'] = Digest::SHA1.hexdigest(@hash_str)
95
94
 
96
95
  time = date.to_i if date
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-mysqlslowquerylog-ippen-digital
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: